[koha-commits] main Koha release repository branch 20.05.x updated. v20.05.00-48-g29efdfc9af

Git repo owner gitmaster at git.koha-community.org
Thu Jun 18 01:01: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, 20.05.x has been updated
       via  29efdfc9af72315f8886b7755d6d6f3c6516a427 (commit)
       via  57edc52ddb845926938e6839a95caa808eee919d (commit)
       via  31504e0b14f1db0b374e2c0045e5228e181addf3 (commit)
       via  ccf2404ed781fd482f9bdfecc015b7308ab98e60 (commit)
      from  c6813b7d018a923d9256b1a7cabc964fb15445a3 (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 29efdfc9af72315f8886b7755d6d6f3c6516a427
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Jun 5 16:59:10 2020 +0200

    Bug 25266: Remove uneeded var
    
    Signed-off-by: Alex Arnaud <alex.arnaud at biblibre.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 14c5512306c2e0c6fc21bbd378cc5bff0169ec68)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 57edc52ddb845926938e6839a95caa808eee919d
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon May 25 09:33:10 2020 +0200

    Bug 25266: Fix error when no later order
    
    If no late order we got:
    "Argument passed to the 'IN' operator can not be undefined"
    
    It highlights a context error
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Alex Arnaud <alex.arnaud at biblibre.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 7531f66a921089b8b4bae60cf607820b4c483af0)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 31504e0b14f1db0b374e2c0045e5228e181addf3
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon May 4 13:17:34 2020 +0200

    Bug 25266: Remove C4::Bookseller
    
    This was the only occurrence of GetBooksellersWithLateOrders and it was
    the only subroutine of C4::Bookseller
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Alex Arnaud <alex.arnaud at biblibre.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 3ce4024fcb9cc581ab0f5f6acb504d8e4bf904e9)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit ccf2404ed781fd482f9bdfecc015b7308ab98e60
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon May 4 13:13:56 2020 +0200

    Bug 25266: Build the vendor list from the order list
    
    This patch is removing the use of GetBooksellersWithLateOrders and use
    the late order list to generate the vendors.
    
    Test plan:
    Create several vendors, several orders, close the baskets
    Also create vendors that do not have orders (or basket not closed)
    Go to the late orders page and confirm that the list of vendors is
    correctly filled, select one, you can see the "select all" link in the
    header of the table
    
    QA: that would be good to test this with production data and compare
    execution time.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Alex Arnaud <alex.arnaud at biblibre.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 9e1d4c978d5954c27cd016f636a03942ede6c406)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 C4/Bookseller.pm                                   | 116 ---
 acqui/lateorders.pl                                |  42 +-
 .../prog/en/modules/acqui/lateorders.tt            |  25 +-
 t/Bookseller.t                                     |  14 -
 t/db_dependent/Bookseller.t                        | 786 ---------------------
 5 files changed, 29 insertions(+), 954 deletions(-)
 delete mode 100644 C4/Bookseller.pm
 delete mode 100755 t/Bookseller.t
 delete mode 100644 t/db_dependent/Bookseller.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list