Skip to content

Commit

Permalink
fix: incorrect stock ledger entries in DN (backport #36944) (#37066)
Browse files Browse the repository at this point in the history
fix: incorrect stock ledger entries in DN (#36944)

(cherry picked from commit 0e83190)

Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com>
  • Loading branch information
mergify[bot] and rohitwaghchaure authored Sep 19, 2023
1 parent 480a0ca commit 699ad80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion erpnext/stock/doctype/delivery_note/delivery_note.json
Original file line number Diff line number Diff line change
Expand Up @@ -1252,6 +1252,7 @@
"depends_on": "eval: doc.is_internal_customer",
"fieldname": "set_target_warehouse",
"fieldtype": "Link",
"ignore_user_permissions": 1,
"in_standard_filter": 1,
"label": "Set Target Warehouse",
"no_copy": 1,
Expand Down Expand Up @@ -1399,7 +1400,7 @@
"idx": 146,
"is_submittable": 1,
"links": [],
"modified": "2023-06-16 14:58:55.066602",
"modified": "2023-09-04 14:15:28.363184",
"modified_by": "Administrator",
"module": "Stock",
"name": "Delivery Note",
Expand Down

0 comments on commit 699ad80

Please sign in to comment.