From 785131121d5fb9b016ff98c37327808c43ff2457 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 23:37:32 +0530 Subject: [PATCH] fix: currency symbol for Landed Cost Voucher Amount (backport #40550) (#40553) * fix: currency symbol for Landed Cost Voucher Amount (#40550) (cherry picked from commit 0725707cb12e4431703273d12f4e39c6201a47ba) # Conflicts: # erpnext/accounts/doctype/purchase_invoice_item/purchase_invoice_item.json * chore: fix conflicts --------- Co-authored-by: rohitwaghchaure --- .../doctype/purchase_invoice_item/purchase_invoice_item.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/erpnext/accounts/doctype/purchase_invoice_item/purchase_invoice_item.json b/erpnext/accounts/doctype/purchase_invoice_item/purchase_invoice_item.json index 3d59d288e4d..cafdc0e12c6 100644 --- a/erpnext/accounts/doctype/purchase_invoice_item/purchase_invoice_item.json +++ b/erpnext/accounts/doctype/purchase_invoice_item/purchase_invoice_item.json @@ -740,6 +740,7 @@ "fieldtype": "Currency", "label": "Landed Cost Voucher Amount", "no_copy": 1, + "options": "Company:company:default_currency", "print_hide": 1, "read_only": 1 }, @@ -893,7 +894,7 @@ "idx": 1, "istable": 1, "links": [], - "modified": "2023-12-25 22:00:28.043555", + "modified": "2024-03-19 19:09:47.210965", "modified_by": "Administrator", "module": "Accounts", "name": "Purchase Invoice Item", @@ -903,4 +904,4 @@ "sort_field": "modified", "sort_order": "DESC", "states": [] -} \ No newline at end of file +}