Skip to content

Commit

Permalink
fix: inventory dimension for maintence visit
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitwaghchaure committed Feb 20, 2025
1 parent a81867b commit cd4ba69
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,12 @@ def add_custom_fields(self):
custom_fields[dt] = 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 cd4ba69

Please sign in to comment.