Skip to content

Commit

Permalink
Merge pull request #736 from rufener/bugfix
Browse files Browse the repository at this point in the history
fix variable name error
  • Loading branch information
rufener authored Jun 12, 2023
2 parents 61ed8b9 + 35c3804 commit a7ad7ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/src/components/Affaires/NewAffaire/NewAffaire.vue
Original file line number Diff line number Diff line change
Expand Up @@ -850,7 +850,7 @@ export default {
}, 200);
}
if (this.affaireTypeRequirements.section_facture && this.client_facture_id === null) {
this.form.client_facture_id = client_id;
this.client_facture_id = client_id;
this.$refs.ref_client_facture.getClientById(client_id);
}
},
Expand Down

0 comments on commit a7ad7ea

Please sign in to comment.