main #7

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

View File

@@ -229,9 +229,7 @@ class AutomationDocument(ModelSQL, ModelView, Workflow):
t.SALE_DECLARATION_KEY,
where=(t.BOOKING_NUMBER == int(sh[0].reference))
)
logger.info("QUERY:%s",*query)
cursor.execute(*query)
rows = cursor.fetchall()
logger.info("ROWS:%s",rows)
if rows: