View | Details | Raw Unified | Return to bug 6142
Collapse All | Expand All

(-)a/C4/ILSDI/Utility.pm (-2 / +1 lines)
Lines 38-44 BEGIN { Link Here
38
    require Exporter;
38
    require Exporter;
39
    @ISA    = qw(Exporter);
39
    @ISA    = qw(Exporter);
40
    @EXPORT = qw(
40
    @EXPORT = qw(
41
      &BorrowerExists &CanBookBeReserved &Availability
41
      &BorrowerExists &Availability
42
    );
42
    );
43
}
43
}
44
44
45
- 

Return to bug 6142