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
js/init.js
... ... @@ -90,7 +90,7 @@ var app = new Vue({
90 90 actuTransactions: function() {
91 91 var that = this
92 92 if (this.moi.droit >= 3) {
93   - appel = "transaction"
  93 + appel = "transactions"
94 94 donnees = {}
95 95 } else {
96 96 appel = "utilisateur/fiche"
... ...