Przeglądaj źródła

fix: revert gateway_settings and gateway_controller as non mandatory fields in payment gateway doctype (#15729)

version-14
Ritwik Puri 3 lat temu
committed by GitHub
rodzic
commit
a4f83ad253
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 4 usunięć
  1. +2
    -4
      frappe/core/doctype/payment_gateway/payment_gateway.json

+ 2
- 4
frappe/core/doctype/payment_gateway/payment_gateway.json Wyświetl plik

@@ -23,15 +23,13 @@
"fieldname": "gateway_settings", "fieldname": "gateway_settings",
"fieldtype": "Link", "fieldtype": "Link",
"label": "Gateway Settings", "label": "Gateway Settings",
"options": "DocType",
"reqd": 1
"options": "DocType"
}, },
{ {
"fieldname": "gateway_controller", "fieldname": "gateway_controller",
"fieldtype": "Dynamic Link", "fieldtype": "Dynamic Link",
"label": "Gateway Controller", "label": "Gateway Controller",
"options": "gateway_settings",
"reqd": 1
"options": "gateway_settings"
} }
], ],
"links": [], "links": [],


Ładowanie…
Anuluj
Zapisz