From d7b0b89edff6d413f3eb94153d20f1d0cc9b1528 Mon Sep 17 00:00:00 2001 From: b-michaud <b.michaud@outlook.com> Date: Wed, 15 Jan 2025 14:09:22 +0100 Subject: [PATCH 1/2] modifie le label de impot_revenu_restant_a_payer --- custom/customizations.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom/customizations.json b/custom/customizations.json index 3be15319b..3a21cdc87 100644 --- a/custom/customizations.json +++ b/custom/customizations.json @@ -2841,7 +2841,7 @@ "impot_revenu_restant_a_payer": { "label": "Impôt sur le revenu (IR) des personnes physiques après déduction des différents acomptes.", "last_value_still_valid_on": "2024-01-15", - "short_label": "IR réduit des acomptes déjà versés" + "short_label": "Impôt sur le revenu" }, "irpp_economique": { "label": "Impôt sur le revenu (IR)", -- GitLab From 5794aa79145f2288cde9fde36319d65663ae06a1 Mon Sep 17 00:00:00 2001 From: b-michaud <b.michaud@outlook.com> Date: Wed, 15 Jan 2025 14:10:23 +0100 Subject: [PATCH 2/2] =?UTF-8?q?revient=20sur=20la=20tentative=20d'afficher?= =?UTF-8?q?=20les=20r=C3=A9ductions=20m=C3=AAme=20quand=20elles=20sont=20n?= =?UTF-8?q?ulles?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- custom/customizations.json | 1 - 1 file changed, 1 deletion(-) diff --git a/custom/customizations.json b/custom/customizations.json index 3a21cdc87..e50afb0c1 100644 --- a/custom/customizations.json +++ b/custom/customizations.json @@ -3813,7 +3813,6 @@ } }, "reductions": { - "hidden": false, "label": "Réductions d'impôt sur le revenu", "last_value_still_valid_on": "2025-01-08" }, -- GitLab