job_offer_accepted_owner.mailfile

This commit is contained in:
CHIEFSOFT\ameye
2024-09-21 00:59:58 -04:00
parent a2cecba84e
commit d54c929bdd
2 changed files with 3 additions and 3 deletions
@@ -73,7 +73,7 @@ img {height: auto;}
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="bodycopy">
You have accepted the job offer from a <a href="{{server_name}}/eoffer?offerID={{contract}}">{{site_name}}</a> user with details below
You have accepted the job offer from a <a href="{{server_name}}/eoffer?offerID={{contract}}">{{site_name}}</a> with details below
<br>
<br>
+2 -2
View File
@@ -735,8 +735,8 @@ long job_email(long mailtype, CVars in, CVars &out) {
vars2form(x, form);
vars2form(yr, form);
form.LetStr("subject", "Your task was accepted");
form.LetStr("email", z["email"].c_str());
form.Email("JOB/myjob_offer_accepted_owner.mailfile");
form.LetStr("email", z["email"].c_str()); //job_offer_accepted_owner.mailfile
form.Email("JOB/job_offer_accepted_owner.mailfile");
}
}