WrenchZeroRefundOffer

This commit is contained in:
CHIEFSOFT\ameye
2024-09-23 12:13:08 -04:00
parent eeed3bb32a
commit cc725eea28
3 changed files with 79 additions and 1 deletions
+3
View File
@@ -1218,8 +1218,11 @@ long WrenchConcludeJobsOffer(CVars in, CVars &out) {
}
}
if ( offer_result == OFFER_NOREFU){
if (WrenchZeroRefundOffer(y, out) == PHP_CREATED_OK) {
logfmt(logINFO, "********* NO REFUND ************* NO REFUND WrenchConcludeJobsOffer() rc=FOUND");
pgsql_exec("UPDATE members_jobs_offer SET status = 4 WHERE id = %lu AND offer_code='%s' ", offer_id, in["offer_code"].c_str());
}
}