[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
Mon Sep 12 05:01:27 CEST 2011


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

Srdjan Jankovic <srdjan at catalyst.net.nz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
         AssignedTo|gmcharlt at gmail.com          |srdjan at catalyst.net.nz

--- Comment #7 from Srdjan Jankovic <srdjan at 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.


More information about the Koha-bugs mailing list