http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9016
Katrin Fischer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #61 from Katrin Fischer <[email protected]> --- Starting with a code review on the squashed patch set: - Adds 2 new routines: * GetMessageTransportTypes * GetOverdueMessageTransportTypes - Database changes: * Adds a new table overduerules_transport_types * Adds a new column to letter - messgage_transport_type, email is default * Changes the primary key by adding message_transport_type to it: module code branchcode message_transport_type * Adds entries to overduerules_transport_types defaulting to email - New Javascript Library TODO: Add to the about page? - TODO: Translatability - I think the message transport types on the overdue notice triggers page are not translatable: + [% FOREACH mtt IN message_transport_types %] + <th scpre="col">[% mtt %]</th> I will continue testing. -- 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/
