From e08d6fb2cb9053ff34897f5689dbcf94c8967f4e Mon Sep 17 00:00:00 2001 From: Akshay <60477442+akshayitzme@users.noreply.github.com> Date: Thu, 1 Jun 2023 14:16:52 +0530 Subject: [PATCH] chore: typo in pricing rule schema (#35457) --- erpnext/accounts/doctype/pricing_rule/pricing_rule.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erpnext/accounts/doctype/pricing_rule/pricing_rule.json b/erpnext/accounts/doctype/pricing_rule/pricing_rule.json index a63039e0e3a..e8e80449292 100644 --- a/erpnext/accounts/doctype/pricing_rule/pricing_rule.json +++ b/erpnext/accounts/doctype/pricing_rule/pricing_rule.json @@ -469,7 +469,7 @@ "options": "UOM" }, { - "description": "If rate is zero them item will be treated as \"Free Item\"", + "description": "If rate is zero then item will be treated as \"Free Item\"", "fieldname": "free_item_rate", "fieldtype": "Currency", "label": "Free Item Rate" @@ -670,4 +670,4 @@ "sort_order": "DESC", "states": [], "title_field": "title" -} \ No newline at end of file +}