Release storico UDC e picking list
This commit is contained in:
8
barcode.pyw
Normal file
8
barcode.pyw
Normal file
@@ -0,0 +1,8 @@
|
||||
from runtime_support import ensure_stdio, run_with_fatal_log
|
||||
|
||||
ensure_stdio("warehouse_barcode")
|
||||
|
||||
from barcode_client import main
|
||||
|
||||
|
||||
raise SystemExit(run_with_fatal_log("Barcode WMS", main))
|
||||
Reference in New Issue
Block a user