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 abb8866 commit b84ca04
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,6 @@ erpnext.assets.AssetCapitalization = class AssetCapitalization extends erpnext.s
};
});

me.frm.set_query("cost_canter", function () {
return {
filters: {
company: me.frm.doc.company,
}
};
});

me.frm.set_query("item_code", "stock_items", function () {
return erpnext.queries.item({ is_stock_item: 1 });
Expand Down

0 comments on commit b84ca04

Please sign in to comment.