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

--- Comment #26 from M. de Rooy <[email protected]> ---
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 <[email protected]>

Signed-off-by: Marcel de Rooy <[email protected]>
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.
_______________________________________________
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/

Reply via email to