From f4bbceae405b2482dc12bf88d5fd504842598fa1 Mon Sep 17 00:00:00 2001 From: Geoffrey Frogeye Date: Sat, 7 May 2016 15:36:51 +0200 Subject: [PATCH] Fix appel api transactionS --- js/init.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/init.js b/js/init.js index 36e83ca..e808402 100644 --- a/js/init.js +++ b/js/init.js @@ -90,7 +90,7 @@ var app = new Vue({ actuTransactions: function() { var that = this if (this.moi.droit >= 3) { - appel = "transaction" + appel = "transactions" donnees = {} } else { appel = "utilisateur/fiche" -- libgit2 0.21.2