[koha-commits] main Koha release repository branch master updated. v3.22.00-425-g0dd8171

Git repo owner gitmaster at git.koha-community.org
Wed Jan 27 07:25:55 CET 2016


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  0dd817178b3f9690e620aba24db8940858d8be8f (commit)
      from  4c781d991132053dc6fed1195e7818c030c08945 (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 0dd817178b3f9690e620aba24db8940858d8be8f
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Dec 7 14:41:29 2015 -0500

     Bug 11280 - Change Withdrawn toggle to drop down selection of authorized values
    
    'Withdrawn' is an authorised value just like 'Lost' and 'Damaged,' so
    the item detail screen should offer the same means of selecting one of
    multiple values.
    
    This patch re-uses the same template markup and code 'Lost' and 'Damage'
    use to make it possible to select a specific withdrawn value.
    
    To test you should have multiple values entered for the authorised value
    category 'WITHDRAWN'.
    
    1. Apply the patch and locate any record in the catalog.
    2. From the detail screen, click the barcode in the items table to go to
       the item detail page.
    3. Confirm that there is a dropdown list of choices for 'Withdrawn
       status.'
    4. Try both setting and unsetting various withdrawn statuses.
    5. Confirm that setting Lost or Damaged statuses.
    
    Signed-off-by: Aleisha <aleishaamohia at hotmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>

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

Summary of changes:
 catalogue/moredetail.pl                            |    1 +
 .../prog/en/modules/catalogue/moredetail.tt        |   50 +++++++++++++-------
 2 files changed, 34 insertions(+), 17 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list