소스 검색

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

pull/2/head
Ritwik Puri 3 년 전
committed by GitHub
부모
커밋
2101a4e98d
1개의 변경된 파일2개의 추가작업 그리고 4개의 파일을 삭제
  1. +2
    -4
      payments/payments/doctype/payment_gateway/payment_gateway.json

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


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