task complete
This commit is contained in:
@@ -943,7 +943,7 @@ long project_email(long mailtype, CVars in, CVars &out) {
|
||||
form.Email("PROJ/contract_notifycomplete_m.mailfile");
|
||||
|
||||
vars2form(out, form);
|
||||
form.LetStr("subject", "Notification of Task Completion");
|
||||
form.LetStr("subject", "Review Requested");
|
||||
form.LetStr("email", out["client_email"].c_str());
|
||||
form.Email("PROJ/contract_notifycomplete_c.mailfile");
|
||||
|
||||
@@ -979,7 +979,7 @@ long project_email(long mailtype, CVars in, CVars &out) {
|
||||
form.Email("PROJ/contract_acceptcomplete_m.mailfile");
|
||||
|
||||
vars2form(out, form);
|
||||
form.LetStr("subject", "Notification of Task Completion Acceptance");
|
||||
form.LetStr("subject", "Completion Approved");
|
||||
form.LetStr("email", out["client_email"].c_str());
|
||||
form.Email("PROJ/contract_acceptcomplete_c.mailfile");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user