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

Benjamin Rokseth <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #36406|0                           |1
        is obsolete|                            |

--- Comment #7 from Benjamin Rokseth <[email protected]> ---
Created attachment 36568
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36568&action=edit
Bug 12344 - Multi transport types for issues and checkins

This small patch corrects the order of generating notices for issues and
returns (checkout/checkin) so that borrower's notices are rendered correctly
(for sms,email,etc.)

Test plan:

1) Edit SMSSendDriver syspref to use driver 'Test'
2) Edit CHECKOUT template for sms to 'SMS test'
3) select SMS for test patron's messaging prefs for item checkout
4) checkout an item
5) check the table message_queue, verify that template sms is
   not used (message content is not 'SMS test')

6) apply patch, make new checkout
7) check that message_queue table now has a correctly generated
   notice with 'SMS test'

For a real world test use a real SMS::Send driver and run the
cronjob process-message-queue.pl to send messages immediately.

http://bugs.koha-community.org/show_bug.cgi?id=12344
Signed-off-by: Sophie Meynieux <[email protected]>

-- 
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