diff --git a/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.json b/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.json index 4db56f396fa..6eb629cf568 100755 --- a/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.json +++ b/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.json @@ -4493,7 +4493,7 @@ "istable": 0, "max_attachments": 0, "menu_index": 0, - "modified": "2018-07-17 02:38:40.310899", + "modified": "2018-07-30 08:35:17.736855", "modified_by": "Administrator", "module": "Accounts", "name": "Purchase Invoice", diff --git a/erpnext/accounts/doctype/sales_invoice/sales_invoice.json b/erpnext/accounts/doctype/sales_invoice/sales_invoice.json index f01caad49d8..bd0a4d7fb7e 100644 --- a/erpnext/accounts/doctype/sales_invoice/sales_invoice.json +++ b/erpnext/accounts/doctype/sales_invoice/sales_invoice.json @@ -5442,7 +5442,7 @@ "istable": 0, "max_attachments": 0, "menu_index": 0, - "modified": "2018-07-18 13:16:20.918322", + "modified": "2018-07-30 08:34:55.545490", "modified_by": "Administrator", "module": "Accounts", "name": "Sales Invoice", diff --git a/erpnext/assets/doctype/asset/asset.json b/erpnext/assets/doctype/asset/asset.json index 6b6518dba07..599afe00644 100644 --- a/erpnext/assets/doctype/asset/asset.json +++ b/erpnext/assets/doctype/asset/asset.json @@ -1879,7 +1879,7 @@ "issingle": 0, "istable": 0, "max_attachments": 0, - "modified": "2018-07-17 06:30:25.506194", + "modified": "2018-07-30 08:30:37.355749", "modified_by": "Administrator", "module": "Assets", "name": "Asset", diff --git a/erpnext/buying/doctype/purchase_order/purchase_order.json b/erpnext/buying/doctype/purchase_order/purchase_order.json index 828688570aa..3c0d44e5e98 100644 --- a/erpnext/buying/doctype/purchase_order/purchase_order.json +++ b/erpnext/buying/doctype/purchase_order/purchase_order.json @@ -3671,7 +3671,7 @@ "issingle": 0, "istable": 0, "max_attachments": 0, - "modified": "2018-07-18 07:49:53.131408", + "modified": "2018-07-30 08:35:10.345286", "modified_by": "Administrator", "module": "Buying", "name": "Purchase Order", diff --git a/erpnext/buying/doctype/supplier_quotation/supplier_quotation.json b/erpnext/buying/doctype/supplier_quotation/supplier_quotation.json index 8f7bb2bcbc1..6576bcfc030 100644 --- a/erpnext/buying/doctype/supplier_quotation/supplier_quotation.json +++ b/erpnext/buying/doctype/supplier_quotation/supplier_quotation.json @@ -2779,7 +2779,7 @@ "istable": 0, "max_attachments": 0, "menu_index": 0, - "modified": "2018-07-17 02:45:48.616334", + "modified": "2018-07-30 08:36:34.701682", "modified_by": "Administrator", "module": "Buying", "name": "Supplier Quotation", diff --git a/erpnext/erpnext_integrations/doctype/shopify_settings/shopify_settings.py b/erpnext/erpnext_integrations/doctype/shopify_settings/shopify_settings.py index fd4f4986b25..82560979bed 100644 --- a/erpnext/erpnext_integrations/doctype/shopify_settings/shopify_settings.py +++ b/erpnext/erpnext_integrations/doctype/shopify_settings/shopify_settings.py @@ -58,8 +58,7 @@ class ShopifySettings(Document): d.raise_for_status() self.update_webhook_table(method, d.json()) except Exception as e: - make_shopify_log(status="Warning", method="register_webhooks", - message=e.message, exception=False) + make_shopify_log(status="Warning", message=e.message, exception=False) def unregister_webhooks(self): session = get_request_session() diff --git a/erpnext/selling/doctype/quotation/quotation.json b/erpnext/selling/doctype/quotation/quotation.json index d3ca4f8f2f4..c6f8a66d77c 100644 --- a/erpnext/selling/doctype/quotation/quotation.json +++ b/erpnext/selling/doctype/quotation/quotation.json @@ -3163,7 +3163,7 @@ "istable": 0, "max_attachments": 1, "menu_index": 0, - "modified": "2018-07-17 03:23:15.354674", + "modified": "2018-07-30 08:36:29.125285", "modified_by": "Administrator", "module": "Selling", "name": "Quotation", diff --git a/erpnext/selling/doctype/sales_order/sales_order.json b/erpnext/selling/doctype/sales_order/sales_order.json index 2669dd9f21a..412496737b6 100644 --- a/erpnext/selling/doctype/sales_order/sales_order.json +++ b/erpnext/selling/doctype/sales_order/sales_order.json @@ -3917,7 +3917,7 @@ "issingle": 0, "istable": 0, "max_attachments": 0, - "modified": "2018-07-06 18:16:01.516600", + "modified": "2018-07-30 08:36:11.652659", "modified_by": "Administrator", "module": "Selling", "name": "Sales Order", diff --git a/erpnext/stock/doctype/delivery_note/delivery_note.json b/erpnext/stock/doctype/delivery_note/delivery_note.json index 28deb1c36f2..4a00728e3eb 100644 --- a/erpnext/stock/doctype/delivery_note/delivery_note.json +++ b/erpnext/stock/doctype/delivery_note/delivery_note.json @@ -4033,7 +4033,7 @@ "istable": 0, "max_attachments": 0, "menu_index": 0, - "modified": "2018-07-19 11:53:03.807829", + "modified": "2018-07-30 08:36:00.841655", "modified_by": "Administrator", "module": "Stock", "name": "Delivery Note", diff --git a/erpnext/stock/doctype/purchase_receipt/purchase_receipt.json b/erpnext/stock/doctype/purchase_receipt/purchase_receipt.json index 19195b127e0..9ca788c492c 100755 --- a/erpnext/stock/doctype/purchase_receipt/purchase_receipt.json +++ b/erpnext/stock/doctype/purchase_receipt/purchase_receipt.json @@ -3498,7 +3498,7 @@ "istable": 0, "max_attachments": 0, "menu_index": 0, - "modified": "2018-07-23 11:27:52.534561", + "modified": "2018-07-30 08:35:37.895217", "modified_by": "Administrator", "module": "Stock", "name": "Purchase Receipt",