Intetrest missing
This commit is contained in:
@@ -565,7 +565,7 @@ long WrenchJobsProcessInterest(CVars in, CVars &out) {
|
||||
|
||||
|
||||
long interest_id = REQ_LONG(in, "interest_id", 1, -1);
|
||||
// long interest = REQ_LONG(in, "interest", 1, -1);
|
||||
long interest = REQ_LONG(in, "interest", 1, -1);
|
||||
//REQ_STRING (in, "offer_code", 1, 15, "(.*)"); //offer_code
|
||||
if (interest == JOB_INTEREST_ACCEPT || interest == JOB_INTEREST_REJECT || interest == JOB_INTEREST_CANCEL) {
|
||||
// is job still valid
|
||||
|
||||
Reference in New Issue
Block a user