[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
Sat Apr 25 10:58:31 CEST 2015


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

--- Comment #13 from Marc Véron <veron at veron.ch> ---
Created attachment 38505
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=38505&action=edit
[Signed-off] 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 Véron <veron at veron.ch>

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


More information about the Koha-bugs mailing list