瀏覽代碼

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

version-14
Ritwik Puri 3 年之前
committed by GitHub
父節點
當前提交
a4f83ad253
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 2 行新增4 行删除
  1. +2
    -4
      frappe/core/doctype/payment_gateway/payment_gateway.json

+ 2
- 4
frappe/core/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": [],


Loading…
取消
儲存