Commit f4bbceae405b2482dc12bf88d5fd504842598fa1

Authored by Geoffrey PREUD'HOMME
1 parent 1b5199e6

Fix appel api transactionS

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -90,7 +90,7 @@ var app = new Vue({ @@ -90,7 +90,7 @@ var app = new Vue({
90 actuTransactions: function() { 90 actuTransactions: function() {
91 var that = this 91 var that = this
92 if (this.moi.droit >= 3) { 92 if (this.moi.droit >= 3) {
93 - appel = "transaction" 93 + appel = "transactions"
94 donnees = {} 94 donnees = {}
95 } else { 95 } else {
96 appel = "utilisateur/fiche" 96 appel = "utilisateur/fiche"