feature/correccion-de-actualizar

This commit is contained in:
2026-05-08 15:23:45 -06:00
parent f9f87a5e0c
commit da088ef6e6
2 changed files with 5 additions and 3 deletions

View File

@@ -343,6 +343,7 @@ def create_import_invoice_with_line(
tenant_id=tenant_id,
company_id=company_id,
weight_type="kgs",
equipment_reviewed=True,
)
db.add(invoice)
db.flush()
@@ -413,6 +414,7 @@ def create_export_invoice_with_line(
tenant_id=tenant_id,
company_id=company_id,
weight_type="kgs",
equipment_reviewed=True,
)
db.add(invoice)
db.flush()