[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
Thu Oct 13 05:11:13 CEST 2011


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

--- Comment #23 from Srdjan Jankovic <srdjan at catalyst.net.nz> 2011-10-13 03:11:13 UTC ---
To make things clear:
* In catalogue/updateitem.pl we want
  LostItem($itemnumber, 'MARK RETURNED') if $itemlost
instead of
  LostItem($itemnumber, 'MARK RETURNED') if ($itemlost==1)
* what about tools/batchMod.pl?

I will remove use C4::Circulation from cataloguing/additem.pl, probably put
some code in there that got moved elsewhere.

-- 
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.


More information about the Koha-bugs mailing list