Skip to content

Commit

Permalink
Merge pull request #1 from joaquinfeltes/new_value_suelo_impuesto
Browse files Browse the repository at this point in the history
New SUELO_IMPUESTO
  • Loading branch information
joaquinfeltes authored Sep 30, 2023
2 parents cfbc0cd + 96bdfc2 commit 60f3617
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/v_2022/income_tax.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -908,4 +908,4 @@ $(document).ready(function() {
result_div.textContent = mytext;
$("#text_total").show();
});
});
});

0 comments on commit 60f3617

Please sign in to comment.