소스 검색

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
No known key found for this signature in database 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": [],


불러오는 중...
취소
저장