diff --git a/front/.env b/front/.env index c101c779..d0347511 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.0" +VUE_APP_VERSION = "1.11.1" #================================== diff --git a/front/src/components/Affaires/Facturation/Emoluments/Emoluments.vue b/front/src/components/Affaires/Facturation/Emoluments/Emoluments.vue index b2214175..7535f25e 100644 --- a/front/src/components/Affaires/Facturation/Emoluments/Emoluments.vue +++ b/front/src/components/Affaires/Facturation/Emoluments/Emoluments.vue @@ -383,6 +383,7 @@ export default { } ).then((response) => { if (response && response.data) { + this.form_general.id = response.data.emolument_affaire_id; this.postEmolumentAffaireRepartition(response.data.emolument_affaire_id); this.$root.$emit("ShowMessage", "L'émolument a bien été enregistré"); resolve(response);