Skip to content

Commit

Permalink
Merge pull request #42766 from frappe/mergify/bp/version-14-hotfix/pr…
Browse files Browse the repository at this point in the history
…-42765

fix: set up filters for dimensions (backport #42765)
  • Loading branch information
khushi8112 authored Aug 30, 2024
2 parents a2d5024 + ea7c82c commit 4951d01
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ erpnext.assets.AssetCapitalization = class AssetCapitalization extends erpnext.s

onload() {
this.setup_queries();
erpnext.accounts.dimensions.setup_dimension_filters(this.frm, this.frm.doctype);
}

refresh() {
Expand Down

0 comments on commit 4951d01

Please sign in to comment.