.
This commit is contained in:
parent
daf57066db
commit
6c73958307
@ -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")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user