[Koha-bugs] [Bug 14061] Inventory fails to map withdrawn authorized values

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri May 1 14:46:37 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14061

Kyle M Hall <kyle at bywatersolutions.com> changed:

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

--- Comment #14 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 38735
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=38735&action=edit
[PASSED QA] Bug 14061: Fix broken mapping for not withdrawn items.

TEST PLAN
---------
1) Check what values to have entered for WITHDRAWN
   authorized values
   (Home -> Koha Administration -> Authorized values
    change dropdown to WITHDRAWN)
2) Add a new authorized value of 0 () if one is missing.
3) Add a new authorized value of 1 (Withdrawn) if one is missing.
4) Run inventory on a filtered set such that the
   selected barcode is not withdrawn.
   (Home -> Tools -> Inventory/stocktaking)
   -- the Withdrawn column displays '0'.
5) Run inventory on a filtered set such that the
   selected barcode is withdrawn.
   -- the Withdrawn column displays '1'.
6) Apply patch
7) Rerun steps 4 & 5
   -- the Withdrawn column displays the descriptions
      as seen in steps 1-3.
8) run koha qa test tools

Followed test plan #1-#7. Aut. value for 0 set to: 'No' amd 1: "withdrawn'.
Works as expected.
Signed-off-by: Marc Veron <veron at veron.ch>

Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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


More information about the Koha-bugs mailing list