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)
committerPaul Poulain <paul.poulain@biblibre.com>
Tue, 10 Jul 2012 11:50:10 +0000 (13:50 +0200)
commitf380a6c8048c515959760c52fc22edda4e774c04
tree12fba381db3cee431c5b476c723e644802ac13c8
parent89b164670a429024d8de04b2c7306213a10e12c9
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>
C4/Circulation.pm
C4/Letters.pm
tools/letter.pl