@@ -, +, @@ --- C4/ILSDI/Utility.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- a/C4/ILSDI/Utility.pm +++ a/C4/ILSDI/Utility.pm @@ -38,7 +38,7 @@ BEGIN { require Exporter; @ISA = qw(Exporter); @EXPORT = qw( - &BorrowerExists &CanBookBeReserved &Availability + &BorrowerExists &Availability ); } --