Country banks

This commit is contained in:
DESKTOP-GBA0BK8\Admin
2023-04-23 09:01:27 -04:00
parent 3e53281ac5
commit 8ee297715c
8 changed files with 50 additions and 6 deletions
+4
View File
@@ -418,6 +418,10 @@ long account_calls(CVars in, CVars &out) {
return getCountryJobCombo(in, out);
break;
case WRENCHBOARD_ACCOUNT_COUNTRY_BANKS:
return getBankCombo(in, out);
break;
}
logfmt(logINFO, "/account_calls()");
return ret;