Quates error

This commit is contained in:
DESKTOP-GBA0BK8\Admin
2023-04-23 09:10:41 -04:00
parent bc4f1fb699
commit 3c4387f164
+1 -1
View File
@@ -317,7 +317,7 @@ long getBankCombo( CVars in, CVars &out ) {
const PGresult *res;
res = pgsql_query("SELECT code,name "
"FROM bank_entity_codes "
"WHERE country ='%s' ORDER BY name ASC",in['country'].c_str());
"WHERE country ='%s' ORDER BY name ASC",in["country"].c_str());
if (res != NULL && pgsql_num_rows(res) > 0) {
out["total_record"] = pgsql_num_rows(res);