http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12340
Bug ID: 12340
Summary: Checkboxes are shown for nonexistent SMS transports
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: minor
Priority: P5 - low
Component: Staff Client
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
Delete some SMS transports from the database:
delete from message_transports where message_transport_type='sms' and
letter_code != 'HOLD';
Check patron messaging prefs in OPAC: Only the hold notice SMS has a checkbox.
Check patron messaging prefs in the staff client: Every SMS transport has a
checkbox.
Should only show the checkboxes for existing transports.
I haven't tested, but the same may happen for the other transports too.
--
You are receiving this mail because:
You are the assignee for the bug.
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/