[Koha-bugs] [Bug 9016] Multi transport types for notices

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Feb 2 20:07:18 CET 2014


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

Katrin Fischer <katrin.fischer at bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |katrin.fischer at bsz-bw.de

--- Comment #61 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
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.


More information about the Koha-bugs mailing list