[Koha-bugs] [Bug 10845] Multi transport types for holds

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Sep 9 17:15:50 CEST 2013


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

--- Comment #1 from Jonathan Druart <jonathan.druart at biblibre.com> ---
Created attachment 20917
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=20917&action=edit
Bug 10845: Multi transport types for holds

The HOLD_PRINT and HOLD_PHONE notices become useless.
This patch will modify existing notices in order to group them into the
main notices 'HOLD'.
Like that, on one screen, all these notices can be edited.

Test plan:
- apply the patch and execute the update database entry.
- verify that yours previous HOLD_PHONE and HOLD_PRINT are displayed
  when editing the HOLD notice (under phone and print).
- choose a patron and check sms, email, phone for "Hold filled"
  (on the patron messaging preferences).
- place a hold.
- check the item in and confirm the hold.
- if the patron has an email *and* a sms number, 2 new messages are put into
  the sql message_queue table: 1 sms and 1 email.
  if the patron does not have 1 of them, there are 2 new messages: 1
  sms/email and 1 print.
  if the user has neither of them, there is 1 new message: 1 print.
- the generated messages should correspond with the notices defined,
  depending the message transport type.

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


More information about the Koha-bugs mailing list