fix: default private app type

This commit is contained in:
prssanna 2019-09-13 12:32:42 +05:30
parent f380b215b2
commit e64bdcd12b

View File

@ -56,12 +56,11 @@
"label": "Enable Shopify" "label": "Enable Shopify"
}, },
{ {
"default": "Public", "default": "Private",
"fieldname": "app_type", "fieldname": "app_type",
"fieldtype": "Data", "fieldtype": "Data",
"in_list_view": 1, "in_list_view": 1,
"label": "App Type", "label": "App Type",
"options": "Private",
"read_only": 1, "read_only": 1,
"reqd": 1 "reqd": 1
}, },
@ -259,7 +258,7 @@
} }
], ],
"issingle": 1, "issingle": 1,
"modified": "2019-09-13 12:21:43.957327", "modified": "2019-09-13 12:32:11.384757",
"modified_by": "umair@erpnext.com", "modified_by": "umair@erpnext.com",
"module": "ERPNext Integrations", "module": "ERPNext Integrations",
"name": "Shopify Settings", "name": "Shopify Settings",