[koha-commits] main Koha release repository branch master updated. v16.11.00-717-gb76eac9

Git repo owner gitmaster at git.koha-community.org
Fri Mar 31 15:19:20 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, master has been updated
       via  b76eac9ca2c32a5db51b9b8ca32a2cf4fa6397b5 (commit)
       via  71f267fd3f3750510e3df5f2819d57ed45dcf919 (commit)
      from  c77316db40ca94117c120c54214e0dda0f658228 (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 b76eac9ca2c32a5db51b9b8ca32a2cf4fa6397b5
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>

commit 71f267fd3f3750510e3df5f2819d57ed45dcf919
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>

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

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