Skip to content

Commit

Permalink
Import used subroutines for compatibility with Koha 21.11 and later
Browse files Browse the repository at this point in the history
  • Loading branch information
kylemhall committed Aug 10, 2022
1 parent b29dccc commit 68097a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Koha/Plugin/Com/ByWaterSolutions/CurbsidePickup.pm
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ use File::Slurp qw(read_file);
use Module::Metadata;

use C4::Auth;
use C4::Circulation;
use C4::Circulation qw(CanBookBeIssued AddIssue);
use C4::Context;
use C4::Installer qw(TableExists);
use Koha::DateUtils;
use Koha::DateUtils qw(dt_from_string);
use Koha::Libraries;
use Koha::Schema;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ use Modern::Perl;
use Mojo::Base 'Mojolicious::Controller';

use Koha::Libraries;
use Koha::DateUtils;
use Koha::DateUtils qw(dt_from_string);
use Koha::Plugin::Com::ByWaterSolutions::CurbsidePickup;

=head1 API
Expand Down

0 comments on commit 68097a1

Please sign in to comment.