Offer notification Resent
This commit is contained in:
@@ -255,6 +255,9 @@ long WrenchJobPostNotifyOffer(CVars in, CVars &out){
|
|||||||
map<const char*, const char*>f = pgsql_fetch_assoc(res, 0);
|
map<const char*, const char*>f = pgsql_fetch_assoc(res, 0);
|
||||||
if (!f.empty()) {
|
if (!f.empty()) {
|
||||||
logfmt(logINFO, "******* ~~~~ WrenchJobPostNotifyOffer()");
|
logfmt(logINFO, "******* ~~~~ WrenchJobPostNotifyOffer()");
|
||||||
|
job_email(JOBS_OFFER_SENDTOME_MAIL, in, out); // the email will come from
|
||||||
|
out["status"] = "Completed";
|
||||||
|
out["status_msg"] = "offer_notification_resent";
|
||||||
ret = PHP_UPDATED_OK;
|
ret = PHP_UPDATED_OK;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user