[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.19-7-g2a552e6

Git repo owner gitmaster at git.koha-community.org
Fri Apr 21 12:07:50 CEST 2017


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  2a552e68a7478fb08e25762ceb801226357a8ba5 (commit)
       via  ec356d7537f101eac874237f1fc136584db5f04b (commit)
      from  e7ba8570d3079290944dde285ec8c0be46d528c1 (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 2a552e68a7478fb08e25762ceb801226357a8ba5
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Mon Feb 6 10:29:44 2017 +0100

    Bug 14535: Update the supplier filter too
    
    The combobox on the left side of late orders is filled by sub
    GetBooksellersWithLateOrders. The same change as in the first patch
    must be made here to include suppliers with late orders without a
    price.
    
    Bonus: Sort the list.
    
    Test plan:
    [1] Run t/db_dependent/Bookseller.t.
    [2] Go to late orders. Use the filter on suppliers.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Srdjan <srdjan at catalyst.net.nz>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit b76eac9ca2c32a5db51b9b8ca32a2cf4fa6397b5)
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    (cherry picked from commit 92ddd4bbc7f3f40241202ae19750e93d5ee2d30b)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit ec356d7537f101eac874237f1fc136584db5f04b
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Mon Feb 6 10:04:57 2017 +0100

    Bug 14535: Late orders does not show orders with price = 0
    
    This patch removes the filter of unitpricesupplier <> 0 and
    unitpricelib <> 0 from GetLateOrders as used in lateorders.pl.
    This allows you to claim late orders without a price entered.
    
    Test plan:
    [1] Run t/db_dependent/Acquisition.t
    [2] Check if you see an order with no price in lateorders.pl. (If needed,
        remove prices from a few orders.)
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Srdjan <srdjan at catalyst.net.nz>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit 71f267fd3f3750510e3df5f2819d57ed45dcf919)
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    (cherry picked from commit f305629f14ae925cf58dc62e39f871fd6ec1c8f5)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

Summary of changes:
 C4/Acquisition.pm   |    6 +-----
 C4/Bookseller.pm    |    2 --
 acqui/lateorders.pl |    2 +-
 3 files changed, 2 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list