[koha-commits] main Koha release repository branch 17.05.x updated. v17.05.09-6-g5eb8bcb

Git repo owner gitmaster at git.koha-community.org
Mon Mar 12 16:25:45 CET 2018


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, 17.05.x has been updated
       via  5eb8bcb4eafa9fb717f24a34c245025f81d1a85b (commit)
      from  eb005e767e14e3f81e2d052699c4f236d4b0461f (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 5eb8bcb4eafa9fb717f24a34c245025f81d1a85b
Author: Victor Grousset <victor.grousset at biblibre.com>
Date:   Mon Jan 29 16:09:24 2018 +0100

    Bug 20098: Inventory tool: CVS export: fix itemlost column
    
    It was mapped with "lost" instead of "itemlost".
    
    == Test plan ==
    1. Have a lost item
    2. Go to staff:/cgi-bin/koha/tools/inventory.pl
    3. Tick "Optional filters" → "items.itemlost" →
          "name of Authorized values for the lost state"
    4. Tick "Export to CSV file"
    5. Submit
    6. Open the CSV
    7. Check that the lost item is in the list
    8. You should observe that the "Lost status" column is empty for all items
         This is the problem
    9. Apply this patch
    10. Click submit to re-export the CSV
    11. Open the CSV
    12. Check that the lost item is in the list
    13. You should observe that the "Lost status" column now filled with the
          expected values.
    14. Smile because it works! :D
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Maksim Sen <maksim at inlibro.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 756c95477d2a16843abbd3858d776e37e28b4e90)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 tools/inventory.pl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list