Skip to content

Commit

Permalink
Merge pull request #750 from rufener/emoluments
Browse files Browse the repository at this point in the history
Emoluments
  • Loading branch information
rufener authored Jan 8, 2024
2 parents 28d8214 + e82e84c commit c340bfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion front/.env
Original file line number Diff line number Diff line change
Expand Up @@ -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"


#==================================
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit c340bfa

Please sign in to comment.