20.01.26
This commit is contained in:
@@ -201,9 +201,9 @@ class AutomationDocument(ModelSQL, ModelView, Workflow):
|
||||
swr.shipment_in = sh[0]
|
||||
swr.wr = wr
|
||||
ShipmentWR.save([swr])
|
||||
doc.notes = (doc.notes or "") + f"Shipment found: {sh.number}\n"
|
||||
doc.notes = (doc.notes or "") + f"Shipment found: {sh[0].number}\n"
|
||||
|
||||
# if cls.rule_set.ocr_required:
|
||||
# if cls.rule_set.ocr_required:[]
|
||||
# cls.run_ocr([doc])
|
||||
# if cls.rule_set.structure_required and doc.state != "error":
|
||||
# cls.run_structure([doc])
|
||||
|
||||
Reference in New Issue
Block a user