This commit is contained in:
2022-04-23 11:38:57 -04:00
parent ebcb7aef1e
commit e0edf1932d
2 changed files with 18 additions and 0 deletions
+4
View File
@@ -1086,6 +1086,10 @@ long WrenchCreateJobs(CVars in, CVars &out) {
x["loc"].set_valid(true);
x["job_detail"] = in["job_detail"];
x["job_detail"].set_valid(true);
//country added
x["country"] = in["country"];
x["country"].set_valid(true);
job_id = insert_db_record(DBS_VALID, "members_jobs", "members_jobs_id_seq", x);
if (job_id) {