From 1c8c4cdffeb23f8ceca5704d39f86d5450c3733c Mon Sep 17 00:00:00 2001 From: Marc Rufener Date: Mon, 13 May 2024 17:00:18 +0200 Subject: [PATCH] update version tag and emolument recapitulatif computation --- front/.env | 2 +- .../components/Affaires/Facturation/Emoluments/Emoluments.vue | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/front/.env b/front/.env index 3ea04825..c60ce14c 100644 --- a/front/.env +++ b/front/.env @@ -3,7 +3,7 @@ VUE_APP_API_URL="{API_URL}" PUBLIC_PATH = "{PUBLIC_PATH}" VUE_APP_STATUS = "development" -VUE_APP_VERSION = "1.11.8" +VUE_APP_VERSION = "1.11.9" #================================== diff --git a/front/src/components/Affaires/Facturation/Emoluments/Emoluments.vue b/front/src/components/Affaires/Facturation/Emoluments/Emoluments.vue index 2f4de51d..5220c4e9 100644 --- a/front/src/components/Affaires/Facturation/Emoluments/Emoluments.vue +++ b/front/src/components/Affaires/Facturation/Emoluments/Emoluments.vue @@ -211,6 +211,8 @@ export default { }) }); this.tableauEmolumentsNew = tmp; + + this.update_sommesPartielles(); }, // ================================================================================================================================================