]> git.koha-community.org Git - koha.git/commit
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 Nighswonger <chris.nighswonger@gmail.com>
Mon, 29 Nov 2010 20:11:57 +0000 (15:11 -0500)
commitebb6e40ccdaebf0066db726be0d97045f37bcc2b
tree0f6028543716789c1612e76652806eeeecd80dda
parent92b4ccdbaf45d9c37fd5c5ee007d9b572a3c12a0
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>
(cherry picked from commit 083d3b1a929707a84fe4c97d4c815198bef9e1dc)

Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
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