From bc9c9d30ec14cea15321694761fa899024466b13 Mon Sep 17 00:00:00 2001 From: Jason Boyer Date: Wed, 16 Jan 2019 08:36:40 -0500 Subject: [PATCH] LP1742521: Receipt Count Repair The div wrapping the receipt printing controls was shown or hidden using an ng-if declaration which created a new $scope as explained in bug 1696238, which caused the controller to not notice that the value was changed. Changing that to an ng-show allows the updated value to get where it needs to be. Signed-off-by: Jason Boyer Signed-off-by: Mike Rylander --- Open-ILS/src/templates/staff/circ/patron/t_bills.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/staff/circ/patron/t_bills.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_bills.tt2 index 58e3322e95..52c2965b01 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_bills.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_bills.tt2 @@ -103,7 +103,7 @@ -
+
-- 2.43.2