[Koha-bugs] [Bug 5533] marking item lost diff in two places

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Sep 21 20:06:39 CEST 2011


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

--- Comment #16 from Liz Rea <wizzyrea at 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 <lrea at 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:


More information about the Koha-bugs mailing list