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

M. Tompsett <[email protected]> changed:

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

--- Comment #2 from M. Tompsett <[email protected]> ---
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.
_______________________________________________
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