This commit is contained in:
Olusesan Ameye
2021-02-20 12:44:07 -05:00
parent 1eae616644
commit f6d2b7d582
2 changed files with 4 additions and 1 deletions
+3 -1
View File
@@ -61,7 +61,9 @@ long providers_call(CVars in, CVars &out) {
break;
case MERMS_PROVIDERS_RESNDSTARTLNK:
provider_email_calls(MERMS_PROVIDERS_STARTPRACTICE, in, out);
break;
case INVOICED:
const PGresult *res = pgsql_query("SELECT * FROM members WHERE invoiced =1 AND id=%lu", in["member_id"].Long());