Skip to content

Commit

Permalink
[FIX] Bad variable reference
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelaxcelere committed Dec 16, 2023
1 parent ba3b187 commit 426953a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l10n_ar_account_withholding/models/res_company.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def get_arba_data(self, partner, from_date, to_date):
_logger.error('Padron ARBA: %s' % msg)
else:
error = True
msg = (_('Padron ARBA: %s - %s (%s)') % (ws.CodigoError, message, ws.TipoError))
msg = (_('Padron ARBA: %s - %s (%s)') % (ws.CodigoError, ws.MensajeError, ws.TipoError))
_logger.error('Padron ARBA: %s' % msg)

if error:
Expand Down

0 comments on commit 426953a

Please sign in to comment.