WrenchZeroRefundOffer
This commit is contained in:
@@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user