Country banks
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user