[koha-commits] main Koha release repository branch 18.05.x updated. v18.05.10-32-g7760643

Git repo owner gitmaster at git.koha-community.org
Fri Mar 8 18:21:00 CET 2019


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, 18.05.x has been updated
       via  7760643f36ed2a8c4722315a9a31db8ca5da22fd (commit)
       via  5ac1ebb60f0d496792f933d38550af2aa6d7f9ed (commit)
      from  5c7afb7095afc2518cc177e0b8cacce9934fe7cf (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 7760643f36ed2a8c4722315a9a31db8ca5da22fd
Author: Josef Moravec <josef.moravec at gmail.com>
Date:   Tue Feb 12 21:33:50 2019 +0000

    Bug 22130: (follow-up) Show not for loan authorised values in batch checkout
    
    TEST PLAN
    1) In Koha administration, search "BatchCheckouts".
    2) Make sure "BatchCheckouts" is set at "Allow".
    3) Make sure "BatchCheckoutsValidCategories" contains at least one
    patron category.
    5) Copy the barcode of an item and change the status document so it
    cannot be loaned.
    4) Choose a patron which belongs to the patron category at 3).
    (their account should not be expired and they should not have active
     fees preferably)
    5) Go to the patron details page.
    6) Click on "Batch check out".
    7) Enter the item barcode.
    8) Notice a number is in brackets under the column "Information".
    9) Apply patch.
    10) Notice the status description has replaced the number.
    11) Try it with both: AllowNotForLoanOverride on and off
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit abb1b4a75053aa026740e16cc0197d86f417818e)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit d44ea8003ad6d7c31ac611a221a2fdb245c2dad7)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 5ac1ebb60f0d496792f933d38550af2aa6d7f9ed
Author: Pierre-Marc Thibault <pierre-marc.thibault at inLibro.com>
Date:   Mon Jan 14 14:02:49 2019 -0500

    Bug 22130: Correct parameter to get authorized value description.
    
    This patch corrects the error that shows an authorized value instead of the obvious description of the document status.
    
    TEST PLAN
    1) In Koha administration, search "BatchCheckouts".
    2) Make sure "BatchCheckouts" is set at "Allow".
    3) Make sure "BatchCheckoutsValidCategories" contains at least one patron category.
    5) Copy the barcode of an item and change the status document so it cannot be loaned.
    4) Choose a patron which belongs to the patron category at 3).
    (their account should not be expired and they should not have active fees preferably)
    5) Go to the patron details page.
    6) Click on "Batch check out".
    7) Enter the item barcode.
    8) Notice a number is in brackets under the column "Information".
    9) Apply patch.
    10) Notice the status description has replaced the number.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 9d69a4238269073fd03961e091b5099b85fea6e6)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit f534c985eccae18f406ea8991f13298b958a860b)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 .../prog/en/modules/circ/circulation_batch_checkouts.tt        |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list