Skip to content

Commit

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

fix: inventory dimension for maintenance visit (backport #46037)
  • Loading branch information
rohitwaghchaure authored Feb 20, 2025
2 parents 9318e4f + ec3b281 commit b00fa1d
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,12 @@ def add_custom_fields(self):
custom_fields["Stock Ledger Entry"] = dimension_field

filter_custom_fields = {}
ignore_doctypes = ["Serial and Batch Bundle", "Serial and Batch Entry", "Pick List Item"]
ignore_doctypes = [
"Serial and Batch Bundle",
"Serial and Batch Entry",
"Pick List Item",
"Maintenance Visit Purpose",
]

if custom_fields:
for doctype, fields in custom_fields.items():
Expand Down

0 comments on commit b00fa1d

Please sign in to comment.