[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 Apr 24 16:44:58 CEST 2015


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

M. Tompsett <mtompset at hotmail.com> changed:

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

--- Comment #10 from M. Tompsett <mtompset at hotmail.com> ---
Created attachment 38493
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=38493&action=edit
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

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


More information about the Koha-bugs mailing list