fix: cost center filter according to the company in project

(cherry picked from commit cfde8088b4)
This commit is contained in:
Nihantra C. Patel
2024-05-10 12:35:24 +05:30
committed by Mergify
parent 459d136368
commit 0cf97f2559

View File

@@ -62,8 +62,8 @@ frappe.ui.form.on("Project", {
return { return {
filters: { filters: {
company: frm.doc.company, company: frm.doc.company,
} },
} },
}); });
}, },