[koha-commits] main Koha release repository branch master updated. v3.14.00-871-gdaebb78

Git repo owner gitmaster at git.koha-community.org
Mon Apr 21 06:05:24 CEST 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  daebb78b4e5fdd595e0d16d505c9fa31a8639da8 (commit)
       via  65748d05b54ff16c49bc9700714bc8ee1f75fad2 (commit)
       via  e8e0af4c37ffd17bbd19c55229b0195cc19969e0 (commit)
      from  c3a52a9b200f3e87033ecd8f42938eaa6ddab410 (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 daebb78b4e5fdd595e0d16d505c9fa31a8639da8
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Mon Apr 21 04:27:56 2014 +0000

    Bug 11551: (follow-up) standardize label of order number / order line
    
    This patch changes the label of the order number search field
    on the order search form from "Order no." to "Order line", to make
    it consistent with how the order number is referred to in other
    parts of acquisitions.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 65748d05b54ff16c49bc9700714bc8ee1f75fad2
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Fri Jan 10 15:50:34 2014 +0100

    Bug 11551: Allow to search on parent ordernumber in histsearch.pl
    
    It is now possible to search on the order number on the order search
    page.
    
    Also searching on parent_ordernumber is possible, allowing one to
    search to search children for a given order number.
    
    Test plan:
    1/ create a basket and 1 order with at least 2 items.
    2/ receive partialy the order (receive only 1 item).
    3/ note that a new ordernumber is created for item not received.
    4/ go on the order search form and search for the original ordernumber
    without checking the new checkbox "Display children too." => only 1
    order (the parent) is displayed.
    5/ now check the checkbox and search again => the parent order is
    displayed but children too.
    
    Signed-off-by: remy juliette <juliette.levast at iepg.fr>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Works nicely, passes all tests and QA script.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit e8e0af4c37ffd17bbd19c55229b0195cc19969e0
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Jan 14 14:00:16 2014 +0100

    Bug 11551: Add unit tests for using GetHistory to search by order number
    
    prove t/db_dependent/Acquisition.t should return green.
    
    Signed-off-by: remy juliette <juliette.levast at iepg.fr>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 C4/Acquisition.pm                                         |   13 +++++++++++++
 acqui/histsearch.pl                                       |    6 ++++++
 .../intranet-tmpl/prog/en/modules/acqui/histsearch.tt     |   10 ++++++++++
 t/db_dependent/Acquisition.t                              |   10 +++++++++-
 4 files changed, 38 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list