11 May
2018
11 May
'18
3:27 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20623 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Failed QA --- Comment #10 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- We could avoid the fetch in some cases. Maybe more: my $itemtype = ( $ord->{itemtype} and $biblioitem->itemtype ) ? Koha::ItemTypes->find( $biblioitem->itemtype ) : undef; $ord->{itemtype} = $itemtype ? $itemtype->description : undef; -- You are receiving this mail because: You are watching all bug changes.