diff --git a/modules/basket/js/aController.js b/modules/basket/js/aController.js
index 7dfd40fbbe47ac291444a3d530679b9cfe37a298..60ef60e3663e53c3507fac08f34068b439abc686 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