fix: cost center filter according to the company in project

This commit is contained in:
Nihantra C. Patel
2024-05-10 12:35:24 +05:30
committed by GitHub
parent 249e8264dd
commit cfde8088b4

View File

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