[Koha-bugs] [Bug 12311] Batch modification of checked out and lost items checks them in

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jul 10 17:59:20 CEST 2015


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

--- Comment #2 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
The code is:

200 if ( my $item = ModItemFromMarc( $localmarcitem, $itemdata->{biblionumber},
$itemnumber ) ) {              
201      LostItem($itemnumber, 'MARK RETURNED') if $item->{itemlost};
202 }

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list