mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-18 00:55:02 +00:00
feat: fetch source_fieldname for inventory dimension
This commit is contained in:
@@ -397,6 +397,7 @@ def get_inventory_dimensions():
|
||||
"Inventory Dimension",
|
||||
fields=[
|
||||
"distinct target_fieldname as fieldname",
|
||||
"source_fieldname",
|
||||
"reference_document as doctype",
|
||||
"validate_negative_stock",
|
||||
"name as dimension_name",
|
||||
|
||||
Reference in New Issue
Block a user