From 2101a4e98ddac7ffb7966bd8ac723908b04e39db Mon Sep 17 00:00:00 2001 From: Ritwik Puri Date: Wed, 26 Jan 2022 01:42:21 +0530 Subject: [PATCH] fix: revert gateway_settings and gateway_controller as non mandatory fields in payment gateway doctype (#15729) --- .../payments/doctype/payment_gateway/payment_gateway.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/payments/payments/doctype/payment_gateway/payment_gateway.json b/payments/payments/doctype/payment_gateway/payment_gateway.json index f548b0d..7195b39 100644 --- a/payments/payments/doctype/payment_gateway/payment_gateway.json +++ b/payments/payments/doctype/payment_gateway/payment_gateway.json @@ -23,15 +23,13 @@ "fieldname": "gateway_settings", "fieldtype": "Link", "label": "Gateway Settings", - "options": "DocType", - "reqd": 1 + "options": "DocType" }, { "fieldname": "gateway_controller", "fieldtype": "Dynamic Link", "label": "Gateway Controller", - "options": "gateway_settings", - "reqd": 1 + "options": "gateway_settings" } ], "links": [],