LP#1402797 Pre-force tab change. There have been reports of the tab not changing...
authorMike Rylander <mrylander@gmail.com>
Sun, 1 Feb 2015 20:32:53 +0000 (15:32 -0500)
committerBill Erickson <berickxx@gmail.com>
Wed, 25 Feb 2015 16:16:07 +0000 (11:16 -0500)
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/web/js/ui/default/staff/circ/patron/app.js

index cca86d0..4afa173 100644 (file)
@@ -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);