Merge pull request #49406 from frappe/mergify/bp/version-15-hotfix/pr-49335

fix: show company currency symbol (backport #49335)
This commit is contained in:
ruthra kumar
2025-09-01 15:34:13 +05:30
committed by GitHub

View File

@@ -365,6 +365,7 @@
"fieldname": "base_net_rate", "fieldname": "base_net_rate",
"fieldtype": "Currency", "fieldtype": "Currency",
"label": "Net Rate (Company Currency)", "label": "Net Rate (Company Currency)",
"options": "Company:company:default_currency",
"print_hide": 1, "print_hide": 1,
"read_only": 1 "read_only": 1
}, },
@@ -698,7 +699,7 @@
"idx": 1, "idx": 1,
"istable": 1, "istable": 1,
"links": [], "links": [],
"modified": "2024-12-12 13:49:18.765883", "modified": "2025-08-26 20:31:47.775890",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Selling", "module": "Selling",
"name": "Quotation Item", "name": "Quotation Item",