@@ -, +, @@ --- C4/NCIP/LookupItem.pm | 1 + C4/NCIP/LookupItemSet.pm | 1 + C4/NCIP/LookupUser.pm | 1 + 3 files changed, 3 insertions(+) --- a/C4/NCIP/LookupItem.pm +++ a/C4/NCIP/LookupItem.pm @@ -21,6 +21,7 @@ package C4::NCIP::LookupItem; use Modern::Perl; use C4::NCIP::NcipUtils; +use C4::Items; =head1 NAME --- a/C4/NCIP/LookupItemSet.pm +++ a/C4/NCIP/LookupItemSet.pm @@ -20,6 +20,7 @@ package C4::NCIP::LookupItemSet; use Modern::Perl; +use C4::Reserves; =head1 NAME --- a/C4/NCIP/LookupUser.pm +++ a/C4/NCIP/LookupUser.pm @@ -21,6 +21,7 @@ package C4::NCIP::LookupUser; use Modern::Perl; use C4::NCIP::NcipUtils; +use C4::Reserves; =head1 NAME --