Job cat
This commit is contained in:
@@ -1561,7 +1561,7 @@ long WrenchCreateJobs(CVars in, CVars &out) {
|
||||
x["country"] = in["country"];
|
||||
x["country"].set_valid(true);
|
||||
|
||||
x["category"] = in["country"];
|
||||
x["category"] = in["category"];
|
||||
x["category"].set_valid(true);
|
||||
|
||||
job_id = insert_db_record(DBS_VALID, "members_jobs", "members_jobs_id_seq", x);
|
||||
@@ -1631,7 +1631,7 @@ long WrenchEditJobs(CVars in, CVars &out) {
|
||||
x["job_detail"] = in["job_detail"];
|
||||
x["job_detail"].set_valid(true);
|
||||
|
||||
x["category"] = in["job_detail"];
|
||||
x["category"] = in["category"];
|
||||
x["category"].set_valid(true);
|
||||
|
||||
// job_id = insert_db_record(DBS_VALID, "members_jobs", "members_jobs_id_seq", x);
|
||||
|
||||
Reference in New Issue
Block a user