[Koha-bugs] [Bug 20098] Inventory: CSV export: itemlost column is always empty

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Feb 2 20:34:41 CET 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20098

Maksim Sen <maksim.sen at inlibro.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #71075|0                           |1
        is obsolete|                            |

--- Comment #3 from Maksim Sen <maksim.sen at inlibro.com> ---
Created attachment 71166
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=71166&action=edit
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>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list