[koha-commits] main Koha release repository branch master updated. v3.14.00-alpha1-35-g7c4f526

Git repo owner gitmaster at git.koha-community.org
Mon Oct 21 20:35:34 CEST 2013


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  7c4f526a86fffe21a88373f430952caca4dfc268 (commit)
       via  cdb91ea6304f238da0b468cd3ae03fded4b92023 (commit)
       via  d9ab397116920eab163194af5fc1e725e9d834dc (commit)
       via  4820462185a01cf33eb3329686fc1fc2172d8f25 (commit)
      from  9d7d3085ecfa9d989dc039a895e83a69b00f42a9 (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 7c4f526a86fffe21a88373f430952caca4dfc268
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Mon Oct 21 18:49:37 2013 +0000

    Bug 10723: (follow-up) add more unit tests for SearchOrders()
    
    In particular, verify that the pending filter option works.
    
    To test:
    
    [1] Verify that prove -v t/db_dependent/Acquisition.t passes
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit cdb91ea6304f238da0b468cd3ae03fded4b92023
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Mon Oct 21 18:34:42 2013 +0000

    Bug 10723: remove one last instance of GetPendingOrders()
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit d9ab397116920eab163194af5fc1e725e9d834dc
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Sep 17 16:57:33 2013 +0200

    Bug 10723: make SearchOrders() take into account the pending parameter
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 4820462185a01cf33eb3329686fc1fc2172d8f25
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Aug 14 10:43:07 2013 +0200

    Bug 10723: Merge GetPendingOrders and SearchOrders routines
    
    In the C4::Acquisition module, 2 routines do the same work. This patch
    merges these 2 routines.
    
    Test plan:
    test the acqui/orderreceive.pl, acqui/uncertainprice.pl
    and serials/acqui-search-result.pl, acqui/parcel.pl scripts.
    
    Note: on acqui/parcel the basket filter is a search on basket name (was
    on basket id, which was not relevant).
    
    Signed-off-by: Pierre Angot <tredok.pierre at gmail.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Passes koha-qa.pm, no adverse bahaviors noted. All sub calls updated.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 C4/Acquisition.pm              |  234 ++++++++++++++++------------------------
 acqui/orderreceive.pl          |    4 +-
 acqui/parcel.pl                |   27 +++--
 acqui/transferorder.pl         |    5 +-
 acqui/uncertainprice.pl        |    9 +-
 serials/acqui-search-result.pl |    7 +-
 t/db_dependent/Acquisition.t   |   25 ++++-
 7 files changed, 154 insertions(+), 157 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list