[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.04-20-g789866e585

Git repo owner gitmaster at git.koha-community.org
Wed Apr 1 22:36:56 CEST 2020


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, 19.11.x has been updated
       via  789866e585be0a5c439559383325cbe4db525412 (commit)
       via  f9f7b5cc80eb84309dd1ff667e3166e0e8634ef4 (commit)
      from  e41f2c9824a150d293cffd62de3e3c32d8bc809e (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 789866e585be0a5c439559383325cbe4db525412
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Wed Feb 26 03:16:26 2020 +0000

    Bug 24733: created_by param should be an arrayref
    
    We allow for the user to add multiple users to this field, and the
    search function expects and array. We have been treating it as a scalar
    
    TO test:
    1 - Have an open basket in acquisitions
    2 - Add to basket - from an existing order (copy)
    3 - Enter a name in the 'Basket created by' field and select a user
    4 - Hit search
    5 - ISE (Can't use string ("1") as an ARRAY ref while "strict refs" in use at /usr/share/koha/lib/C4/Acquisition.pm line 2482.)
    6 - Apply patch
    7 - Repeat 1-4
    8 - Success!
    9 - Test with mutiple 'created by' entries as well
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit f9f7b5cc80eb84309dd1ff667e3166e0e8634ef4
Author: Nazlı Çetin <nazli at devinim.com.tr>
Date:   Fri Feb 21 14:33:42 2020 +0000

    Bug 21879: Code cleaning in printinvoice.pl
    
    Coming from
      commit 51aa6db46c604aa202a3d8f8e5028557480efbd5
      Bug 12001: Move GetMemberAccountRecords to the Koha namespace
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 acqui/duplicate_orders.pl |  3 ++-
 members/printinvoice.pl   | 12 ------------
 2 files changed, 2 insertions(+), 13 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list