From 54c3f600fc98bfd1a703e4ab92a139322c158f59 Mon Sep 17 00:00:00 2001 From: Mike Rylander Date: Sun, 1 Feb 2015 15:32:53 -0500 Subject: [PATCH] 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 --- Open-ILS/web/js/ui/default/staff/circ/patron/app.js | 1 + 1 file changed, 1 insertion(+) 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); -- 2.11.0