[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.07-87-gfe7f21f1ad

Git repo owner gitmaster at git.koha-community.org
Fri Feb 14 19:01:41 CET 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.05.x has been updated
       via  fe7f21f1ada0ad2c6420d1425d717f8d5bc67343 (commit)
       via  085a54454d13441d48bb47319e9dc96a21ec3c53 (commit)
      from  267b2aee76f92545c13cdabbe8e0a249d50f6f2d (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 fe7f21f1ada0ad2c6420d1425d717f8d5bc67343
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Fri Jan 17 10:48:50 2020 +0100

    Bug 24443: Unit test
    
    Signed-off-by: Maryse Simard <maryse.simard at inlibro.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit ef3c039e5d964da5da8ba253b52a46fffa66ad66)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 085a54454d13441d48bb47319e9dc96a21ec3c53
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Fri Jan 17 10:25:19 2020 +0100

    Bug 24443: Consider NULL as 0 for issues in items search
    
    In items search, we can filter by items issues count, data coming from items.issues.
    Most of the time, for an item with no issues this column contains NULL.
    This enhancement proposes to consider NULL as 0 to allow searching items with no issues.
    
    Test plan:
    1) Use SQL to count items with items.issues = NULL :
       select count(*) from items where issues is null;
    2) Go to items search
    3) Perform search with filter "Checkout count" = 0
    4) Check you get the same number of results as SQL query
    
    Signed-off-by: Maryse Simard <maryse.simard at inlibro.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit 2922249d92bad9a1df4ea95b48a7e28fdc68a315)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 C4/Items.pm            |  3 +++
 t/db_dependent/Items.t | 22 +++++++++++++++++++++-
 2 files changed, 24 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list