]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP1742521: Receipt Count Repair
authorJason Boyer <jboyer@library.in.gov>
Wed, 16 Jan 2019 13:36:40 +0000 (08:36 -0500)
committerMike Rylander <mrylander@gmail.com>
Wed, 16 Jan 2019 19:13:28 +0000 (14:13 -0500)
commit35c701f91660b304bbd5bad51a7f582f47a1b8c6
treee927eb440f70039feaa78451d25861884f164ec0
parent9bd0734776ba57bd6c2e2739b311cbbc068024bd
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>
Open-ILS/src/templates/staff/circ/patron/t_bills.tt2