Bug 9481 - charge not showing fines On 'Check out' and 'Details'.
authorRafal Kopaczka <rkk0@poczta.onet.pl>
Mon, 9 Mar 2015 13:30:30 +0000 (14:30 +0100)
committerChris Cormack <chris@bigballofwax.co.nz>
Mon, 6 Apr 2015 08:47:11 +0000 (20:47 +1200)
commitb3c5ce5948de817764144048ae0862c57ec7a4ec
tree70231cdaedf8c920ccd0f4a02ad33420ca0cf74d
parent2e07c95fd3ad171dadd338c30671584027e65302
Bug 9481 - charge not showing fines On 'Check out' and 'Details'.

When looking at the patron record or the checkout screen the checkout
summary is now showing 0 for all the Charges even if the item was
overdue and has accrued fines.
Removed unused(?) footer values in checkouts-table-footer.inc

To test:
1/ Check out items with past due date
2/ Run fines.pl script (ensure finesMode is set to Calculate and Charge)
3/ Verify on Fines->Pay Fines screen that fines where calculated
correct.
4/ Go to Patron record, charge column on Details and Check out
screen
should be 0 or rental charge amount only. But total amount row
display right
number, same as in pay fines screen.
4/ Apply patch.
5/ Now charges on display and check out screen shows all outstanding
fees for each item.

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
(cherry picked from commit 901be3db53276b3e599fc7412de9aaff006c67cb)
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table-footer.inc
koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table.inc
koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js
svc/checkouts