Browse Source

cleanup of admin/ after Dates integration

3.0.x
Joshua Ferraro 16 years ago
parent
commit
1ff189e59b
  1. 3
      admin/aqbudget.pl
  2. 2
      reserve/request.pl

3
admin/aqbudget.pl

@ -41,8 +41,7 @@ use strict;
use CGI;
use C4::Branch; # GetBranches
use List::Util qw/min/;
use C4::Dates;
use C4::Dates qw/format_date format_date_in_iso/;
use C4::Auth;
use C4::Acquisition;
use C4::Context;

2
reserve/request.pl

@ -36,7 +36,7 @@ use C4::Reserves;
use C4::Biblio;
use C4::Koha;
use C4::Circulation;
use C4::Dates;
use C4::Dates qw/format_date/;
use C4::Members;
my $dbh = C4::Context->dbh;

Loading…
Cancel
Save