We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 118875b commit bed693aCopy full SHA for bed693a
wms_connector/models/attachment_queue.py
@@ -6,6 +6,7 @@
6
WMS_IMPORT_FILETYPES = [
7
("wms_reception_confirmed", "WMS Reception confirmed"),
8
("wms_delivery_confirmed", "WMS Delivery confirmed"),
9
+ ("wms_inventory", "WMS Inventory"),
10
]
11
12
@@ -25,3 +26,6 @@ def _run_wms_reception_confirmed(self):
25
26
27
def _run_wms_delivery_confirmed(self):
28
raise NotImplementedError
29
+
30
+ def _run_wms_inventory(self):
31
+ raise NotImplementedError
0 commit comments