[Minor] Patch fix (#15041)
* update modified date * remove extra parameter from function call
This commit is contained in:
parent
6004b66797
commit
89c87fd6a6
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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()
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user