[Koha-bugs] [Bug 2434] Remove unimplemented upcoming events message

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jun 29 16:01:41 CEST 2010


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

--- Comment #14 from Nicole C. Engard <nengard at gmail.com>  ---
This is my transports table ... I don't have those rows you're seeing...


mysql> select * from message_transports;
+----------------------+------------------------+-----------+---------------+-------------+
| message_attribute_id | message_transport_type | is_digest | letter_module |
letter_code |
+----------------------+------------------------+-----------+---------------+-------------+
|                    5 | email                  |         0 | circulation   |
CHECKIN     | 
|                    5 | sms                    |         0 | circulation   |
CHECKIN     | 
|                    6 | email                  |         0 | circulation   |
CHECKOUT    | 
|                    6 | sms                    |         0 | circulation   |
CHECKOUT    | 
|                    1 | email                  |         0 | circulation   |
DUE         | 
|                    1 | sms                    |         0 | circulation   |
DUE         | 
|                    1 | email                  |         1 | circulation   |
DUEDGST     | 
|                    1 | sms                    |         1 | circulation   |
DUEDGST     | 
|                    2 | email                  |         0 | circulation   |
PREDUE      | 
|                    2 | sms                    |         0 | circulation   |
PREDUE      | 
|                    2 | email                  |         1 | circulation   |
PREDUEDGST  | 
|                    2 | sms                    |         1 | circulation   |
PREDUEDGST  | 
|                    4 | email                  |         0 | reserves      |
HOLD        | 
|                    4 | sms                    |         0 | reserves      |
HOLD        | 
+----------------------+------------------------+-----------+---------------+-------------+
14 rows in set (0.00 sec)

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the Koha-bugs mailing list