From 417a4bd278dfd807961a44c2b616abc1135b3ed1 Mon Sep 17 00:00:00 2001
From: Damien Burel <damien.burel@maarch.org>
Date: Mon, 13 Feb 2017 16:57:52 +0100
Subject: [PATCH] FEAT #5214 Modify service visa

---
 modules/basket/js/aController.js | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/modules/basket/js/aController.js b/modules/basket/js/aController.js
index 7dfd40fbbe4..60ef60e3663 100644
--- a/modules/basket/js/aController.js
+++ b/modules/basket/js/aController.js
@@ -21,6 +21,8 @@ mainApp.controller("basketCtrl", ["$scope", "$http", "$compile", function($scope
     });
   };
 
-
+  $scope.changeSignatureBookLeftContent = function(id) {
+    $scope.signatureBook.headerTab = id;
+  }
 
 }]);
\ No newline at end of file
-- 
GitLab