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

--- Comment #16 from Liz Rea <wizzy...@gmail.com> 2011-09-21 18:06:39 UTC ---
Created attachment 5515
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5515
[Signed Off] bug_5533: new function C4::Circulation::LostItem($itemnumber,
$mark_returned)

Disabled Lost Status on cataloging full item edit
longoverdue.pl calls LostItem() *without* $mark_returned
Item moredetail calls LostItem() *with* $mark_returned
Batch mode edit calls LostItem() *with* $mark_returned

Signed-off-by: Liz Rea <l...@nekls.org>

I am happy to sign off on this new version. Editing works fine, behavior of
'lost' is as I expected.

Steps to test:
Check out an item with a replacement cost to a patron.
Mark the item lost from moredetail.pl -> should remove the item from checked
out items and apply replacement cost to the patron's fines.
Check in the item -> should report "item was lost, now found" and remove the
charge (apply a credit, technically) to the patron's fines.

Check out several items to several patrons.
Batch mod those items to lost -> should remove the item from checked out items
and apply replacement cost to the patron's fines.
Check in the items -> should report "item was lost, now found" and remove the
charge (apply a credit, technically) to the patron's fines.

Editing items:
>From your test item, Edit -> Edit Items
Select an item to edit
Edit the item as you see fit
Verify that all values are saved in correct fields, and your changes are
correct. (they are)
Verify that you cannot set 'lost' status from the edit item interface. (You
cannot)

longoverdue.pl
backdate an item so it will be long overdue
run longoverdue.pl to set your item as long overdue.
verify that the item is not removed from the patron's checked out items.
Long Overdue does not charge the patron for the replacement.

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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