Bug 12340

Summary: Checkboxes are shown for nonexistent SMS transports
Product: Koha Reporter: paxed <pasi.kallinen>
Component: Staff interfaceAssignee: Bugs List <koha-bugs>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: minor    
Priority: P5 - low CC: gmcharlt
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:

Description paxed 2014-06-02 09:38:53 UTC
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.
Comment 1 paxed 2018-08-27 11:09:04 UTC
Already fixed in master.