26.01.26
This commit is contained in:
@@ -227,7 +227,7 @@ class AutomationDocument(ModelSQL, ModelView, Workflow):
|
|||||||
t.SELL_PREMIUM,
|
t.SELL_PREMIUM,
|
||||||
t.SALE_CONTRACT_NUMBER,
|
t.SALE_CONTRACT_NUMBER,
|
||||||
t.SALE_DECLARATION_KEY,
|
t.SALE_DECLARATION_KEY,
|
||||||
# where=(t.BOOKING_NUMBER == sh[0].bl_number)
|
where=(t.BOOKING_NUMBER == int(sh[0].bl_number))
|
||||||
)
|
)
|
||||||
logger.info("QUERY:%s",*query)
|
logger.info("QUERY:%s",*query)
|
||||||
cursor.execute(*query)
|
cursor.execute(*query)
|
||||||
|
|||||||
Reference in New Issue
Block a user