Change #5968
Category | None |
Changed by | Jason Boyer <jboyer | @library.in.gov>
Changed at | Wed 16 Jan 2019 14:12:27 |
Repository | git://git.evergreen-ils.org/Evergreen.git |
Project | Evergreen |
Branch | master |
Revision | bc9c9d30ec14cea15321694761fa899024466b13 |
Comments
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 <jboyer@library.in.gov> Signed-off-by: Mike Rylander <mrylander@gmail.com>
Changed files
- Open-ILS/src/templates/staff/circ/patron/t_bills.tt2