[Staging] Patch fix - Shopify Settings (#15338)

* keep enable_shopify in Shopify Settings disabled by default

* patch fix for shopify refactor

* minor fallback fix
This commit is contained in:
Zarrar
2018-09-07 13:19:33 +05:30
committed by Nabin Hait
parent 203baa9a3a
commit 7737620ff4
4 changed files with 20 additions and 8 deletions

View File

@@ -49,7 +49,7 @@
"bold": 0,
"collapsible": 0,
"columns": 0,
"default": "1",
"default": "",
"fieldname": "enable_shopify",
"fieldtype": "Check",
"hidden": 0,
@@ -1219,7 +1219,7 @@
"issingle": 1,
"istable": 0,
"max_attachments": 0,
"modified": "2018-04-11 19:04:53.396557",
"modified": "2018-09-07 09:11:49.403176",
"modified_by": "Administrator",
"module": "ERPNext Integrations",
"name": "Shopify Settings",
@@ -1253,5 +1253,6 @@
"sort_field": "modified",
"sort_order": "DESC",
"track_changes": 0,
"track_seen": 0
"track_seen": 0,
"track_views": 0
}