From e0cb6c3b9d40f566840f757f9e9a19f9d084c918 Mon Sep 17 00:00:00 2001 From: Afshan <33727827+AfshanKhan@users.noreply.github.com> Date: Mon, 19 Oct 2020 16:55:20 +0530 Subject: [PATCH] fix: removed extra space from label "Rate" (#23683) --- .../supplier_quotation_item/supplier_quotation_item.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erpnext/buying/doctype/supplier_quotation_item/supplier_quotation_item.json b/erpnext/buying/doctype/supplier_quotation_item/supplier_quotation_item.json index 7d624357f3..638cde01be 100644 --- a/erpnext/buying/doctype/supplier_quotation_item/supplier_quotation_item.json +++ b/erpnext/buying/doctype/supplier_quotation_item/supplier_quotation_item.json @@ -241,7 +241,7 @@ "fieldname": "rate", "fieldtype": "Currency", "in_list_view": 1, - "label": "Rate ", + "label": "Rate", "oldfieldname": "import_rate", "oldfieldtype": "Currency", "options": "currency" @@ -560,7 +560,7 @@ "index_web_pages_for_search": 1, "istable": 1, "links": [], - "modified": "2020-10-01 16:34:39.703033", + "modified": "2020-10-19 12:36:26.913211", "modified_by": "Administrator", "module": "Buying", "name": "Supplier Quotation Item",