Skip to content

Commit

Permalink
fix: removed extra filter condition
Browse files Browse the repository at this point in the history
(cherry picked from commit 6fa2937)
  • Loading branch information
khushi8112 authored and mergify[bot] committed Aug 14, 2024
1 parent 450b3f3 commit db319f9
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
me.frm.set_query("item_code", "stock_items", function () {
Expand Down

0 comments on commit db319f9

Please sign in to comment.