Skip to content

Commit

Permalink
fix variable name error
Browse files Browse the repository at this point in the history
  • Loading branch information
rufener committed Jun 12, 2023
1 parent 61ed8b9 commit 35c3804
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 35c3804

Please sign in to comment.