mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-21 11:15:10 +00:00
fix: incorrect stock ledger entries in DN (#36944)
(cherry picked from commit 0e83190c19)
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com>
This commit is contained in:
@@ -1252,6 +1252,7 @@
|
|||||||
"depends_on": "eval: doc.is_internal_customer",
|
"depends_on": "eval: doc.is_internal_customer",
|
||||||
"fieldname": "set_target_warehouse",
|
"fieldname": "set_target_warehouse",
|
||||||
"fieldtype": "Link",
|
"fieldtype": "Link",
|
||||||
|
"ignore_user_permissions": 1,
|
||||||
"in_standard_filter": 1,
|
"in_standard_filter": 1,
|
||||||
"label": "Set Target Warehouse",
|
"label": "Set Target Warehouse",
|
||||||
"no_copy": 1,
|
"no_copy": 1,
|
||||||
@@ -1399,7 +1400,7 @@
|
|||||||
"idx": 146,
|
"idx": 146,
|
||||||
"is_submittable": 1,
|
"is_submittable": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2023-06-16 14:58:55.066602",
|
"modified": "2023-09-04 14:15:28.363184",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Stock",
|
"module": "Stock",
|
||||||
"name": "Delivery Note",
|
"name": "Delivery Note",
|
||||||
|
|||||||
Reference in New Issue
Block a user