This commit is contained in:
David Arranz 2026-03-25 18:46:19 +01:00
parent daf57066db
commit 6c73958307

View File

@ -166,7 +166,7 @@ def sync_invoices_from_FACTUGES(conn_mysql, filas, conn_factuges, config):
num_fac_procesed += 1
if not resultado_rest.get("ok"):
logger.info(resultado_rest.get("error"))
logger.error(resultado_rest.get("error"))
else:
data = resultado_rest.get("data") or {}
invoice_id = data.get("proforma_id")