mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-25 06:02:09 +01:00
feat: fetch source_fieldname for inventory dimension
(cherry picked from commit 4e63ee1a70)
This commit is contained in:
@@ -398,6 +398,7 @@ def get_inventory_dimensions():
|
|||||||
"Inventory Dimension",
|
"Inventory Dimension",
|
||||||
fields=[
|
fields=[
|
||||||
"distinct target_fieldname as fieldname",
|
"distinct target_fieldname as fieldname",
|
||||||
|
"source_fieldname",
|
||||||
"reference_document as doctype",
|
"reference_document as doctype",
|
||||||
"validate_negative_stock",
|
"validate_negative_stock",
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user