Bug 18971

Summary: Typo Koha::ItemsTypes for Koha::ItemTypes
Product: Koha Reporter: Nick Clemens (kidclamp) <nick>
Component: AcquisitionsAssignee: Marcel de Rooy <m.de.rooy>
Status: CLOSED FIXED QA Contact: Nick Clemens (kidclamp) <nick>
Severity: normal    
Priority: P3 CC: fridolin.somers, m.de.rooy
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 17843    
Bug Blocks:    
Attachments: Bug 18971: Typo Koha::ItemsTypes for Koha::ItemTypes
Bug 18971: Typo Koha::ItemsTypes for Koha::ItemTypes

Description Nick Clemens (kidclamp) 2017-07-21 17:42:57 UTC
acqui/orderreceive.pl:
148 	my $itemtype = Koha::ItemsTypes->find( $item->{itype} );
Comment 1 Marcel de Rooy 2017-07-22 19:51:05 UTC
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>
Comment 2 Jonathan Druart 2017-07-24 16:05:02 UTC
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>
Comment 3 Jonathan Druart 2017-07-24 19:05:11 UTC
Pushed to master for 17.11, thanks to everybody involved!
Comment 4 Fridolin Somers 2017-07-27 14:53:14 UTC
Not pushed to 17.05.x because depends on Bug 17843