From 71649fe1412f1782b918e588f25d968137f8ef3f Mon Sep 17 00:00:00 2001 From: Saqib Date: Tue, 31 Dec 2019 17:05:34 +0530 Subject: [PATCH] fix: customer credit limit label (#20152) --- .../customer_credit_limit/customer_credit_limit.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/erpnext/selling/doctype/customer_credit_limit/customer_credit_limit.json b/erpnext/selling/doctype/customer_credit_limit/customer_credit_limit.json index c28021c524..800cb57f6c 100644 --- a/erpnext/selling/doctype/customer_credit_limit/customer_credit_limit.json +++ b/erpnext/selling/doctype/customer_credit_limit/customer_credit_limit.json @@ -1,4 +1,5 @@ { + "actions": [], "creation": "2019-08-28 17:29:42.115592", "doctype": "DocType", "editable_grid": 1, @@ -34,11 +35,12 @@ "fieldname": "bypass_credit_limit_check", "fieldtype": "Check", "in_list_view": 1, - "label": "Bypass Credit Limit Check" + "label": "Bypass Credit Limit Check at Sales Order" } ], "istable": 1, - "modified": "2019-09-24 15:05:26.069911", + "links": [], + "modified": "2019-12-31 15:43:05.822328", "modified_by": "Administrator", "module": "Selling", "name": "Customer Credit Limit",