http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7848
Kyle M Hall <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #9863|0 |1 is obsolete| | --- Comment #11 from Kyle M Hall <[email protected]> --- Created attachment 10599 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10599&action=edit 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 <[email protected]> passes tests, correct information shows in notices. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
