mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-17 16:45:02 +00:00
Merge pull request #46041 from frappe/mergify/bp/version-15-hotfix/pr-46037
fix: inventory dimension for maintenance visit (backport #46037)
This commit is contained in:
@@ -237,7 +237,12 @@ class InventoryDimension(Document):
|
||||
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():
|
||||
|
||||
Reference in New Issue
Block a user