From: Mike Rylander Date: Sun, 1 Feb 2015 20:32:53 +0000 (-0500) Subject: LP#1402797 Pre-force tab change. There have been reports of the tab not changing... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=54c3f600fc98bfd1a703e4ab92a139322c158f59;p=evergreen%2Fmasslnc.git LP#1402797 Pre-force tab change. There have been reports of the tab not changing on automatic redirect. Signed-off-by: Mike Rylander Signed-off-by: Bill Erickson --- 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);