03.02.26
This commit is contained in:
@@ -246,7 +246,7 @@ class AutomationDocument(ModelSQL, ModelView, Workflow):
|
||||
"gross_weight": float(round(lot.lot_gross_quantity / factor,5)),
|
||||
"net_weight": float(round(lot.lot_quantity / factor,5)),
|
||||
"tare_total": float(round(wr.tare_kg * (lot.lot_quantity / weight_total),5)) ,
|
||||
"bags": int(wr.bales * (lot.lot_quantity / weight_total)),
|
||||
"bags": int(lot.lot_qt),
|
||||
"surveyor_code": 231,
|
||||
"place_key": 0,
|
||||
"report_date": 20260127
|
||||
|
||||
Reference in New Issue
Block a user