From: Mike Rylander Date: Sun, 1 Feb 2015 20:32:53 +0000 (-0500) Subject: Pre-force tab change. There have been reports of the tab not changing on automatic... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=73ff301c7b7faf74e07608b8850eb9364ea253cb;p=working%2FEvergreen.git Pre-force tab change. There have been reports of the tab not changing on automatic redirect. Signed-off-by: Mike Rylander --- diff --git a/Open-ILS/web/js/ui/default/staff/circ/patron/app.js b/Open-ILS/web/js/ui/default/staff/circ/patron/app.js index cca86d0b00..4afa173ffa 100644 --- a/Open-ILS/web/js/ui/default/staff/circ/patron/app.js +++ b/Open-ILS/web/js/ui/default/staff/circ/patron/app.js @@ -573,6 +573,7 @@ function($scope, $q, $location , $filter, egCore, egUser, patronSvc) { && egCore.env.aous['ui.circ.show_billing_tab_on_bills'] && !$location.path().match(/bills$/)) { + $scope.tab = 'bills'; $location .path('/circ/patron/' + patronSvc.current.id() + '/bills') .search('card', null);