[koha-commits] main Koha release repository branch master updated. v3.22.00-5-gfc05098

Git repo owner gitmaster at git.koha-community.org
Fri Dec 4 15:49:00 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, master has been updated
       via  fc050984699e6831fdb354c77d065a08567beb9f (commit)
       via  717878982f985b9f40f9eedec5e576efd62976ff (commit)
      from  d9cef35b75770104494c2f4a01d975f367b515bf (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 fc050984699e6831fdb354c77d065a08567beb9f
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>

commit 717878982f985b9f40f9eedec5e576efd62976ff
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>

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

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