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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 23 16:24:30 CEST 2014


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

--- Comment #26 from M. de Rooy <m.de.rooy at rijksmuseum.nl> ---
Created attachment 27491
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=27491&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.

Signed-off-by: Olli-Antti Kivilahti <olli-antti.kivilahti at jns.fi>

Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Just noting that if email and sms are disabled in the msg prefs, the user
will not have a print message.
And if the sms driver fails, the record status in message_queue is 'failed',
but staff may not be aware of that.

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


More information about the Koha-bugs mailing list