acqui/orderreceive.pl: 148 my $itemtype = Koha::ItemsTypes->find( $item->{itype} );
Created attachment 65191 [details] [review] Bug 18971: Typo Koha::ItemsTypes for Koha::ItemTypes As reported by Nick, a typo from bug 17843. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Created attachment 65200 [details] [review] Bug 18971: Typo Koha::ItemsTypes for Koha::ItemTypes As reported by Nick, a typo from bug 17843. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Pushed to master for 17.11, thanks to everybody involved!
Not pushed to 17.05.x because depends on Bug 17843