[koha-commits] main Koha release repository branch 3.16.x updated. v3.16.03-19-gfdb55ce

Git repo owner gitmaster at git.koha-community.org
Tue Sep 23 22:44:23 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, 3.16.x has been updated
       via  fdb55ce2fc9d5cc87405f9584714b5cfdab7737b (commit)
       via  4dab17e93626c47988bf24f62b79e4cc8b391e28 (commit)
      from  973c6bbf0101f3861c109900388b7708c5728621 (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 fdb55ce2fc9d5cc87405f9584714b5cfdab7737b
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Mon Jun 30 14:55:04 2014 -0300

    Bug 12419: (QA followup) regression tests
    
    Changes to searchResults deserve unit tests.
    
    Edit: minor tweaks:
     - Remove warning in line 702
     - Modernize
     - License added
     - "This file is a stub" removed
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 4dab17e93626c47988bf24f62b79e4cc8b391e28
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri Jun 13 15:27:45 2014 +0200

    Bug 12419: Not for loan items are not listed
    
    On the cataloguing search (cataloguing/addbook.pl), if an item has a
    notforloan value > 0, the item is not listed in the Location column.
    
    It is quite confusing, the current behavior let patrons believe that
    there is not item for the biblio (or less than the real count).
    
    Test plan:
    1/ Create 2 biblio records A and B
    2/ Create some items for A
    3/ Create 1+ item(s) for B with a notforloan status > 0
    4/ Reindex both records
    5/ Launch a search on the cataloguing module and verify that the
    notforloan items are not listed in the 'Location' column.
    6/ Apply this patch and verify the not for loan items are listed ("Not
    for loan (XXX)").
    
    Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Passes tests and QA script, not for loan items now show up.
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 C4/Search.pm                                       |    4 +++
 .../prog/en/modules/cataloguing/addbooks.tt        |    3 +-
 t/db_dependent/Search.t                            |   32 +++++++++++++++-----
 .../large_biblio_dom/exported_records.xml          |   12 ++++++++
 .../large_biblio_grs1/exported_records.xml         |   12 ++++++++
 5 files changed, 55 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list