[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.00-5-g13c4a8e

Git repo owner gitmaster at git.koha-community.org
Mon Dec 7 11:23:07 CET 2015


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.22.x has been updated
       via  13c4a8e77a0a798fb63edded881d56fdafc874f1 (commit)
       via  a5b993672fc2b87a51d4944616e5f303992d4f3f (commit)
      from  cd693a52b8306f1bdc66804fb84fe17cadcd658f (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 13c4a8e77a0a798fb63edded881d56fdafc874f1
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Dec 1 17:49:55 2015 +0000

    Bug 13024 [QA Followup] - Add nonpublic note to relatives' checkouts
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit fc050984699e6831fdb354c77d065a08567beb9f)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit a5b993672fc2b87a51d4944616e5f303992d4f3f
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Apr 24 10:41:58 2015 -0400

    Bug 13024 - Nonpublic note not appearing in the staff client
    
    The nonpublic note for items is not displayed in the staff client. It
    should be displayed in the following areas:
    1) Checkouts (circulation.pl)
    2) Checkins (returns.pl)
    3) Record details ( moredetail.pl )
    
    Test Plan:
    1) Ensure your non-public note field is mapped to the
       items.itemnotes_nonpublic database column
    2) Edit an item, add a test nonpublic note
    3) Check out the item, verify the note is visible in the checkouts table
    4) Check in the item, verify the note is visible in the checkins table
    5) View the item details, verify the note is visible and editable
       if your account has the rights to edit items
    
    Followed test plan, works as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 717878982f985b9f40f9eedec5e576efd62976ff)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

Summary of changes:
 catalogue/updateitem.pl                            |    9 ++++-
 circ/returns.pl                                    |   23 ++++++------
 koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js    |   16 +++++++++
 .../prog/en/modules/catalogue/moredetail.tt        |   38 ++++++++++++++------
 .../intranet-tmpl/prog/en/modules/circ/returns.tt  |    6 ++--
 svc/checkouts                                      |   33 +++++++++--------
 6 files changed, 83 insertions(+), 42 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list