[koha-commits] main Koha release repository branch master updated. v16.05.00-475-gcc6fc08

Git repo owner gitmaster at git.koha-community.org
Wed Aug 10 16:00:33 CEST 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, master has been updated
       via  cc6fc0800cb3446ebe482b7dbb2f6ec4a543d869 (commit)
      from  0ef3b19dbd414539dbc8c45ecc595e399df31781 (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 cc6fc0800cb3446ebe482b7dbb2f6ec4a543d869
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Mon Aug 8 16:13:37 2016 +0100

    Bug 17081 Incorrect comparison operator used in edifactmsgs.pl
    
    Numeric comparison operator is used where string comparison required,
    resulting in the following warning in the log: 'Argument "delete" isn't
    numeric in numeric eq (==).'
    
    This patch corrects it to use 'eq' not '==' to compare strings.
    
    To test, apply the patch and go to Acquisitions -> EDIFACT messages.
    
    Delete an EDIFACT message. There should be no error in the error log.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list