[koha-commits] main Koha release repository branch master updated. v3.14.00-569-g1e0375e

Git repo owner gitmaster at git.koha-community.org
Tue Mar 11 16:59:21 CET 2014


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  1e0375e91c71ceb99d255a5789d82b1257f336b4 (commit)
      from  87330b90f493d6c90168276fc749334f32beee96 (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 1e0375e91c71ceb99d255a5789d82b1257f336b4
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Mar 5 12:06:47 2014 +0100

    Bug 11755: ensure that SearchOrders returns booksellerid
    
    The SearchOrders routine should return the booksellerid and this
    patch adds it.
    
    This fixes several problems:
    
    [1] The link to the vendor on the order receive page breadcrumbs
        was broken.
    [2] The tax calculation in finishreceive.pl didn't run.
    [3] The item booksellerid field never got updated during
        receipt.
    
    Booksellerid was returned before bug 10723.
    
    Quick test plan:
    Go on orderreceive.pl and verify that the vendor link is correct.
    
    Followed test plan. Vendor link is now correct.
    Signed-off-by: Marc Véron <veron at veron.ch>
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list