[Koha-bugs] [Bug 7848] Issues data missing from circulation notices

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 29 17:37:19 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7848

--- Comment #1 from Kyle M Hall <kyle.m.hall at gmail.com> ---
Created attachment 8694
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8694&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.

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

Simple fix, add the issues table to the 'tables' hash passed
in to GetPreparedLetter.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list