Explorar el Código

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

pull/2/head
Ritwik Puri hace 3 años
committed by GitHub
padre
commit
2101a4e98d
Se han modificado 1 ficheros con 2 adiciones y 4 borrados
  1. +2
    -4
      payments/payments/doctype/payment_gateway/payment_gateway.json

+ 2
- 4
payments/payments/doctype/payment_gateway/payment_gateway.json Ver fichero

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


Cargando…
Cancelar
Guardar