http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5533
Srdjan Jankovic <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED AssignedTo|[email protected] |[email protected] --- Comment #7 from Srdjan Jankovic <[email protected]> 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. _______________________________________________ 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/
