[Koha-bugs] [Bug 12340] New: Checkboxes are shown for nonexistent SMS transports

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jun 2 11:38:53 CEST 2014


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: koha-bugs at lists.koha-community.org
          Reporter: pasi.kallinen at pttk.fi
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com

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.


More information about the Koha-bugs mailing list