http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5533 Srdjan Jankovic <srdjan@catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED AssignedTo|gmcharlt@gmail.com |srdjan@catalyst.net.nz --- Comment #7 from Srdjan Jankovic <srdjan@catalyst.net.nz> 2011-09-12 03:01:27 UTC --- Created attachment 5398 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=5398 patch There's an issue here. I can see two sets of logic for triggering lost item processing: * catalogue/updateitem.pl: itemlost==1 * misc/cronjobs/longoverdue.pl : $charge eq $lostvalue That prevented me from placing a single call in ModItem(). So what I have done is applying itemlost==1 where it was missing (manly after ModItemFromMarc() calls) Can anyone comment on this please. -- 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.