fix: cost center filter according to the company in project
This commit is contained in:
committed by
GitHub
parent
249e8264dd
commit
cfde8088b4
@@ -60,8 +60,8 @@ frappe.ui.form.on("Project", {
|
|||||||
return {
|
return {
|
||||||
filters: {
|
filters: {
|
||||||
company: frm.doc.company,
|
company: frm.doc.company,
|
||||||
}
|
},
|
||||||
}
|
},
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user