Browse Source

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

version-14
Ritwik Puri 3 years ago
committed by GitHub
parent
commit
a4f83ad253
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions
  1. +2
    -4
      frappe/core/doctype/payment_gateway/payment_gateway.json

+ 2
- 4
frappe/core/doctype/payment_gateway/payment_gateway.json View File

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


Loading…
Cancel
Save