]> git.koha-community.org Git - koha.git/commit
Bug 7848 - Issues data missing from circulation notices
authorKyle M Hall <kyle@bywatersolutions.com>
Thu, 29 Mar 2012 15:35:33 +0000 (11:35 -0400)
committerChris Cormack <chrisc@catalyst.net.nz>
Wed, 11 Jul 2012 22:43:40 +0000 (10:43 +1200)
commitff3cba4f9fe7ec77ad114af70bf2805db9e9c04c
treefdf3a5051fe02b1b29eb26e7133945ce037c6395
parent4e2b90506d3b9570987e95918370e07d04df9091
Bug 7848 - Issues data missing from circulation notices

For the CHECKIN and CHECKOUT notices, any data that is issue specific
does not show. For example, date due.

For CHECKOUT, this is caused not passing in the issues table as part
of the 'table' hash used by C4::Letters::GetPreparedLetter.

For CHECKIN notices, we need the old_issues table instead, as the item
has already been returned.

Signed-off-by: Liz Rea <wizzyrea@gmail.com>
passes tests, correct information shows in notices.

Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
C4/Circulation.pm
C4/Letters.pm
tools/letter.pl