mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-07 23:31:20 +00:00
fix: removed extra filter condition
(cherry picked from commit 6fa29376a0)
This commit is contained in:
@@ -78,13 +78,6 @@ erpnext.assets.AssetCapitalization = class AssetCapitalization extends erpnext.s
|
|||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
me.frm.set_query("cost_canter", function () {
|
|
||||||
return {
|
|
||||||
filters: {
|
|
||||||
company: me.frm.doc.company,
|
|
||||||
}
|
|
||||||
};
|
|
||||||
});
|
|
||||||
|
|
||||||
>>>>>>> 2fd8de2f76 (fix: set up filters for dimensions)
|
>>>>>>> 2fd8de2f76 (fix: set up filters for dimensions)
|
||||||
me.frm.set_query("item_code", "stock_items", function () {
|
me.frm.set_query("item_code", "stock_items", function () {
|
||||||
|
|||||||
Reference in New Issue
Block a user