feat: remove unused fields

This commit is contained in:
Shivam Mishra 2020-04-07 18:43:11 +05:30
parent 65e11a9640
commit 31051679c8

View File

@ -8,11 +8,7 @@
"enable_razorpay", "enable_razorpay",
"razorpay_settings_section", "razorpay_settings_section",
"billing_cycle", "billing_cycle",
"billing_frequency", "billing_frequency"
"column_break_2",
"auto_capture_payment",
"create_subscription",
"auto_create_invoice"
], ],
"fields": [ "fields": [
{ {
@ -21,35 +17,12 @@
"label": "Billing Cycle", "label": "Billing Cycle",
"options": "Monthly\nYearly" "options": "Monthly\nYearly"
}, },
{
"fieldname": "column_break_2",
"fieldtype": "Column Break"
},
{ {
"default": "0", "default": "0",
"fieldname": "enable_razorpay", "fieldname": "enable_razorpay",
"fieldtype": "Check", "fieldtype": "Check",
"label": "Enable RazorPay For Memberships" "label": "Enable RazorPay For Memberships"
}, },
{
"default": "0",
"fieldname": "create_subscription",
"fieldtype": "Check",
"label": "Create Subscription"
},
{
"default": "0",
"depends_on": "eval:doc.enable_razorpay",
"fieldname": "auto_capture_payment",
"fieldtype": "Check",
"label": "Auto Capture Payment"
},
{
"default": "0",
"fieldname": "auto_create_invoice",
"fieldtype": "Check",
"label": "Auto Create Invoice"
},
{ {
"depends_on": "eval:doc.enable_razorpay", "depends_on": "eval:doc.enable_razorpay",
"fieldname": "razorpay_settings_section", "fieldname": "razorpay_settings_section",
@ -65,7 +38,7 @@
], ],
"issingle": 1, "issingle": 1,
"links": [], "links": [],
"modified": "2020-03-30 16:02:00.060583", "modified": "2020-04-07 18:42:51.496807",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Non Profit", "module": "Non Profit",
"name": "Membership Settings", "name": "Membership Settings",