mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-17 09:17:15 +00:00
fix: cost center filter according to the company in project
(cherry picked from commit 501c6aa126)
This commit is contained in:
committed by
Mergify
parent
e6aaab38b0
commit
193b844bf1
@@ -61,7 +61,7 @@ frappe.ui.form.on("Project", {
|
|||||||
filters: {
|
filters: {
|
||||||
company: frm.doc.company,
|
company: frm.doc.company,
|
||||||
},
|
},
|
||||||
},
|
};
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user