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

(-)a/C4/Circulation.pm (-1 / +1 lines)
Lines 43-48 use Date::Calc qw( Link Here
43
  Day_of_Week
43
  Day_of_Week
44
  Add_Delta_Days	
44
  Add_Delta_Days	
45
  check_date
45
  check_date
46
  Delta_Days
46
);
47
);
47
use POSIX qw(strftime);
48
use POSIX qw(strftime);
48
use C4::Branch; # GetBranches
49
use C4::Branch; # GetBranches
49
- 

Return to bug 6328