fix: fieldtype for auto_create_for_web_forms

This commit is contained in:
Shivam Mishra 2020-11-09 12:29:27 +05:30
parent 9d9fa74e6b
commit e0f4dd0643

View File

@ -139,17 +139,18 @@
"options": "Account" "options": "Account"
}, },
{ {
"default": "0",
"depends_on": "eval:doc.enable_invoicing", "depends_on": "eval:doc.enable_invoicing",
"description": "Automatically create an invoice when payment is authorized from a web form entry", "description": "Automatically create an invoice when payment is authorized from a web form entry",
"fieldname": "create_for_web_forms", "fieldname": "create_for_web_forms",
"fieldtype": "Data", "fieldtype": "Check",
"label": "Auto Create Invoice for Web Forms" "label": "Auto Create Invoice for Web Forms"
} }
], ],
"index_web_pages_for_search": 1, "index_web_pages_for_search": 1,
"issingle": 1, "issingle": 1,
"links": [], "links": [],
"modified": "2020-11-04 20:19:55.163749", "modified": "2020-11-09 12:28:49.972434",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Non Profit", "module": "Non Profit",
"name": "Membership Settings", "name": "Membership Settings",