Skip to content

Commit bb716d7

Browse files
committed
[FIX] cordoba aliquot for not pasible
1 parent 71ef188 commit bb716d7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

l10n_ar_account_withholding/models/res_company.py

+3
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,9 @@ def get_cordoba_data(self, partner, date):
211211
if code == 3:
212212
alicuota_percepcion = self.cdba_alicuota_no_sincripto_percepcion
213213
alicuota_retencion = self.cdba_alicuota_no_sincripto_retencion
214+
elif code == 2:
215+
alicuota_percepcion = 0.0
216+
alicuota_retencion = 0.0
214217
elif code != 0:
215218
raise UserError(json_body.get("message"))
216219
else:

0 commit comments

Comments
 (0)