[Koha-bugs] [Bug 14001] Inventory is not plack friendly

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 15 23:02:28 CEST 2015


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

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

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

--- Comment #2 from M. Tompsett <mtompset at hotmail.com> ---
Created attachment 37924
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=37924&action=edit
Bug 14001 - Inventory tool is not plack friendly

After receiving an error while attempt a simple inventory run,
Line 297 was changed from:
    ...$_->...
to
    ...$item->...
since the loop variable is $item.

TEST PLAN
---------
 1) installed the kohadevbox (https://github.com/digibib/kohadevbox)
    or have your staff client plackified
 2) Log in to plack staff client
 3) Add one item via z39.50, setting barcode to a known value (BARCODE1)
 4) Wait for the reindex
 5) Home -> Tools -> Inventory/Stocktaking
 6) Browse for a file with the barcode in it
 7) Set the library dropdown to the library branch of the added item.
 8) Click 'Submit'
    -- *kaboom* Plack barfed on line 297.
 9) Repeat steps 5-7
10) Check 'Compare barcodes list to results:'
11) Click 'Submit'
    -- *kaboom* Plack barfed on line 250.
12) apply the patch on the kohadevbox
13) re-attempt process (steps 5-11)
    -- success!
14) 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