Fix for Bug 5051, Renewal due date doesn't always show on patron Checkout tab
authorOwen Leonard <oleonard@myacpl.org>
Sat, 13 Nov 2010 03:00:26 +0000 (22:00 -0500)
committerChris Cormack <chrisc@catalyst.net.nz>
Mon, 29 Nov 2010 19:38:43 +0000 (08:38 +1300)
commit083d3b1a929707a84fe4c97d4c815198bef9e1dc
tree5b8416240cf0b26ccb5b39303ceb80a67bde898e
parent16c891092fec9b413fb5cb86cc4a0f8f7c43888f
Fix for Bug 5051, Renewal due date doesn't always show on patron Checkout tab

Display of the renewal date footer in the template was conditional upon
the existence of checkouts from today.

In order to fix this bug it was necessary to repeat the markup for the
table footer twice in the template, so I created an include file for it.
The same include file can now be used in moremember.tmpl.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table-footer.inc [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tmpl