main #7

Merged
admin merged 620 commits from main into dev 2026-03-29 13:03:25 +00:00
Showing only changes of commit 02320ce9c8 - Show all commits

View File

@@ -308,7 +308,7 @@ class AutomationDocument(ModelSQL, ModelView, Workflow):
d = ContractDetail()
ct.type = 'Purchase'
ct.matched = True
ct.shipment_in = sh
ct.shipment_in = sh[0]
ct.lot = sale_line.lots[0]
ct.product = sale_line.product
ct.unit = sale_line.unit