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 0cf97f2559
commit 7035969db7

View File

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