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
+1
View File
@@ -94,6 +94,7 @@ enum {
#define MERMS_PROVIDERS_START 150000
// // --
#define MERMS_PROVIDERS_STARTPRACTICE 150005
#define MERMS_PROVIDERS_RESNDSTARTLNK 150006
#define MERMS_PROVIDERS_BEFORESESSION 150010
#define MERMS_PROVIDERS_CREATEACCOUNT 150015
#define MERMS_PROVIDERS_RESETPASSWORD 150020
+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());