This commit is contained in:
CHIEFSOFT\ameye
2023-07-23 08:19:43 -04:00
parent 7642d9437a
commit c1503e8131
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -771,6 +771,10 @@ long sendmoney_email(long mailtype, CVars in, CVars &out) {
out["alertemail"] = CfgReadChar("transnotif.contact");
CVars yr;
load_db_record(yr, "SELECT to_char(now(), 'yyyy') AS YYYY");
vars2form(yr, form);
switch (mailtype) {
case SM_PENDING:
vars2form(out, form);