From 96bdfc21f51bd4a164ac0496b5ebcb7d5cde7bcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joaqu=C3=ADn=20Feltes?= <51490191+joaquinfeltes@users.noreply.github.com> Date: Sat, 30 Sep 2023 17:32:00 -0300 Subject: [PATCH] New SUELO_IMPUESTO --- docs/v_2022/income_tax.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/v_2022/income_tax.js b/docs/v_2022/income_tax.js index d0fb2f9..e9fb737 100644 --- a/docs/v_2022/income_tax.js +++ b/docs/v_2022/income_tax.js @@ -603,7 +603,7 @@ const CONSTANTS = { TABLA_ALICUOTA_BASES: [ 0, 0, 136080, 311875.20, 519533.28, 760772.64, 1018729,44, 1273097.28, 1500897.84, ], - SUELO_IMPUESTO: 1770000, + SUELO_IMPUESTO: 1980000, // From now on we don't have this deduction. // So we make it 0 and the salary won't be higher than SUELO_IMPUESTO // and lower than SUELO_DEDUCCION_ESPECIAL at the same time @@ -908,4 +908,4 @@ $(document).ready(function() { result_div.textContent = mytext; $("#text_total").show(); }); -}); \ No newline at end of file +});