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

--- Comment #13 from Marc Véron <[email protected]> ---
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 <[email protected]>

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to