fix: cost center filter according to the company in project

(cherry picked from commit 501c6aa126)
This commit is contained in:
Nihantra C. Patel
2024-05-10 12:40:01 +05:30
committed by Mergify
parent e6aaab38b0
commit 193b844bf1

View File

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