[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.10-23-g3d6e2c129f

Git repo owner gitmaster at git.koha-community.org
Tue Oct 27 05:35:19 CET 2020


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, 19.11.x has been updated
       via  3d6e2c129fa174f3caf0cd73592a655014509c75 (commit)
      from  5d5a298054f74e793305de665015c2551f188b9f (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 3d6e2c129fa174f3caf0cd73592a655014509c75
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Thu Sep 24 23:52:33 2020 +0200

    Bug 24780: Make items.stocknumber show up in batch item modification
    
    It looks like the field was intentionally removed from the list
    of batch editable fields in the past. This makes sense as we
    used to have a unique index on it at some point - but we do have
    no more.
    
    This removes the exception so that the invendory number behaves
    like the other fields on the batch item edit form.
    
    To test:
    - Create some items with and without stocknumber
    - Go to tools > batch item modification
    - Enter the barcodes of your selected items in the list or
      upload a file with them
    - Verify that the stocknumber/inventory number is not showing
      in the item edit form below
    - Apply patch
    - Reload the page - inventory number is there now
    - Batch edit the inventory number and verify it works as expected
    
    Signed-off-by: Andrew Fuerste-Henry <andrew at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 0afcf3936a6ceeb865fdf0159cf54618400847d7)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit 1754df0b1959b2e3514f771e7cd499d13c847a0c)
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>

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

Summary of changes:
 tools/batchMod.pl | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list