Selaa lähdekoodia

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

pull/2/head
Ritwik Puri 3 vuotta sitten
committed by GitHub
vanhempi
commit
2101a4e98d
1 muutettua tiedostoa jossa 2 lisäystä ja 4 poistoa
  1. +2
    -4
      payments/payments/doctype/payment_gateway/payment_gateway.json

+ 2
- 4
payments/payments/doctype/payment_gateway/payment_gateway.json Näytä tiedosto

@@ -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": [],


Ladataan…
Peruuta
Tallenna