mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-01 12:38:27 +00:00
fix: inventory dimension for maintence visit
(cherry picked from commit cd4ba69262)
# Conflicts:
# erpnext/stock/doctype/inventory_dimension/inventory_dimension.py
This commit is contained in:
committed by
Mergify
parent
3e21e343d3
commit
69a8e0dfac
@@ -196,6 +196,16 @@ class InventoryDimension(Document):
|
|||||||
custom_fields["Stock Ledger Entry"] = dimension_field
|
custom_fields["Stock Ledger Entry"] = dimension_field
|
||||||
|
|
||||||
filter_custom_fields = {}
|
filter_custom_fields = {}
|
||||||
|
<<<<<<< HEAD
|
||||||
|
=======
|
||||||
|
ignore_doctypes = [
|
||||||
|
"Serial and Batch Bundle",
|
||||||
|
"Serial and Batch Entry",
|
||||||
|
"Pick List Item",
|
||||||
|
"Maintenance Visit Purpose",
|
||||||
|
]
|
||||||
|
|
||||||
|
>>>>>>> cd4ba69262 (fix: inventory dimension for maintence visit)
|
||||||
if custom_fields:
|
if custom_fields:
|
||||||
for doctype, fields in custom_fields.items():
|
for doctype, fields in custom_fields.items():
|
||||||
if isinstance(fields, dict):
|
if isinstance(fields, dict):
|
||||||
|
|||||||
Reference in New Issue
Block a user