estimate handling, percentage discounts
This commit is contained in:
parent
9c837deb52
commit
b8c264f779
10 changed files with 1365 additions and 31 deletions
|
|
@ -269,8 +269,8 @@ class Api {
|
|||
}
|
||||
|
||||
static async getJobTaskList(jobName) {
|
||||
if (frappe.db.exists("Project", jobName) {
|
||||
const result = await request(FRAPPE_GET_JOB_TASK_LIST_METHOD, { data: jobName )
|
||||
if (frappe.db.exists("Project", jobName)) {
|
||||
const result = await request(FRAPPE_GET_JOB_TASK_LIST_METHOD, { data: jobName })
|
||||
console.log(`DEBUG: API - retrieved task list from job ${jobName}:`, result);
|
||||
return result
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue