Skip to content

Commit

Permalink
fix: added correct options for incoming_rate field of delivery note item
Browse files Browse the repository at this point in the history
(cherry picked from commit 417bf49)

# Conflicts:
#	erpnext/stock/doctype/delivery_note_item/delivery_note_item.json
  • Loading branch information
mihir-kandoi authored and mergify[bot] committed Feb 5, 2025
1 parent f72d4b6 commit cfc5007
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -756,6 +756,7 @@
"fieldtype": "Currency",
"label": "Incoming Rate",
"no_copy": 1,
"options": "Company:company:default_currency",
"precision": "6",
"print_hide": 1,
"read_only": 1
Expand Down Expand Up @@ -933,7 +934,11 @@
"index_web_pages_for_search": 1,
"istable": 1,
"links": [],
<<<<<<< HEAD
"modified": "2024-11-21 17:37:37.441498",
=======
"modified": "2025-02-05 14:27:32.322181",
>>>>>>> 417bf49a8d (fix: added correct options for incoming_rate field of delivery note item)
"modified_by": "Administrator",
"module": "Stock",
"name": "Delivery Note Item",
Expand Down

0 comments on commit cfc5007

Please sign in to comment.