[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.12-38-g8b2124a

Git repo owner gitmaster at git.koha-community.org
Wed Nov 30 14:39:17 CET 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, 3.22.x has been updated
       via  8b2124a96f8dd3909549ad696f8e282bd6acbd8b (commit)
      from  3323882bcb455470c782e89b2597499dcd23d738 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 8b2124a96f8dd3909549ad696f8e282bd6acbd8b
Author: Lari Taskula <lari.taskula at jns.fi>
Date:   Mon Oct 10 17:06:07 2016 +0300

    Bug 17419: Fix smsalertnumber and mobile confusion in moremember.pl
    
    members/moremember.pl will set mobile number as smsalertnumber in template if
    smsalertnumber is not defined. This will cause incorrect display for SMS number
    in patron's Details-tab. This confusion between smsalertnumber and mobile is
    already fixed in Bug 14683, but members/moremember.pl was not fixed yet.
    
    This is a minor issue since it won't occur for manually added new patrons due to
    fixes already pushed in Bug 14683, but in case patron's smsalertnumber is null
    in database, this bug can be replicated:
    
    To test:
    1. Set EnhancedMessagingPreferences to "Allow" and make sure SMSSendDriver
       has been set.
    2. Add a new patron, give it a mobile/other phone number.
    3. Run a SQL query:
       update koha.borrowers set smsalertnumber=NULL where borrowernumber=XXX;
       (replace XXX with your new patron's borrowernumber)
    4. Go to patron's details tab and observe that SMS number shows the mobile/
       other phone you provided earlier.
    5. Apply patch.
    6. Refresh patron's details tab.
    7. Observe that smsalertnumber is now empty, as it should be.
    
    Followed test plan, works as expected.
    Signed-off-by: Marc <veron at veron.ch>
    
    Signed-off-by: Katrin Fischer  <katrin.fischer at bsz-bw.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit 88e0264413b1dc9ecf5dbe562636f40c7e0555d1)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

-----------------------------------------------------------------------

Summary of changes:
 members/moremember.pl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list