mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-08 07:32:50 +00:00
fix: default private app type
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user