10 Jul
2015
10 Jul
'15
4:59 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12311 --- Comment #2 from Jonathan Druart <jonathan.druart@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.