From ecb785806299524212c490b931e67f9cb9543749 Mon Sep 17 00:00:00 2001 From: Navin-S-R Date: Tue, 26 Aug 2025 20:29:24 +0530 Subject: [PATCH] fix: show company currency symbol (cherry picked from commit 49bb095152036e6a3c765667b063cf070e06cd42) # Conflicts: # erpnext/selling/doctype/quotation_item/quotation_item.json --- erpnext/selling/doctype/quotation_item/quotation_item.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/erpnext/selling/doctype/quotation_item/quotation_item.json b/erpnext/selling/doctype/quotation_item/quotation_item.json index 2818b49913d..74c4670063e 100644 --- a/erpnext/selling/doctype/quotation_item/quotation_item.json +++ b/erpnext/selling/doctype/quotation_item/quotation_item.json @@ -365,6 +365,7 @@ "fieldname": "base_net_rate", "fieldtype": "Currency", "label": "Net Rate (Company Currency)", + "options": "Company:company:default_currency", "print_hide": 1, "read_only": 1 }, @@ -698,7 +699,7 @@ "idx": 1, "istable": 1, "links": [], - "modified": "2024-12-12 13:49:18.765883", + "modified": "2025-08-26 20:31:47.775890", "modified_by": "Administrator", "module": "Selling", "name": "Quotation Item",