Skip to content

Commit

Permalink
Update for compatibility with 21.11
Browse files Browse the repository at this point in the history
  • Loading branch information
kylemhall committed Aug 22, 2022
1 parent 39b1191 commit 144c92d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Koha/Plugin/Com/MarywoodUniversity/RoomReservations.pm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use POSIX 'strftime';
use C4::Auth;
use C4::Context;
use C4::Output;
use Koha::DateUtils;
use Koha::DateUtils qw(dt_from_string);
use Koha::Email;
use Koha::Patrons;
use Encode;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
use Koha::Patrons;
use Koha::Patron::Category;
use Koha::Patron::Categories;
use Koha::DateUtils;
use Koha::DateUtils qw( dt_from_string );
use Cwd qw( abs_path );
use File::Basename qw( dirname );
use POSIX 'strftime';
Expand Down

0 comments on commit 144c92d

Please sign in to comment.