Bug 18816: (QA follow-up) Framework parameter is not needed
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Fri, 6 Apr 2018 05:57:32 +0000 (07:57 +0200)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 6 Apr 2018 17:51:37 +0000 (14:51 -0300)
commitcbb62feb036317ff47122b5da60be088330f0136
tree678243bae9f2186500538077195e9af1cf074890
parentdb348f67f36c0849b2057a598bbbcc30deebd8bc
Bug 18816: (QA follow-up) Framework parameter is not needed

$frameworkcode is not used in ModItem (no need to pass it in
ModItemFromMarc).
$dbh is not used in ModItem.

Test plan:
Run t/db_dependent/Items.t

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
C4/Items.pm