feat: job details

This commit is contained in:
Jannat Patel
2024-02-07 10:57:05 +05:30
parent 684601f31b
commit 6401497422
3 changed files with 77 additions and 16 deletions

View File

@@ -225,7 +225,16 @@ def get_job_details(job):
return frappe.db.get_value(
"Job Opportunity",
job,
["job_title", "location", "type", "company_name", "company_logo", "name", "creation"],
[
"job_title",
"location",
"type",
"company_name",
"company_logo",
"name",
"creation",
"description",
],
as_dict=1,
)