Skip to content

Commit

Permalink
import dt_from_string to prevent upgrade failures
Browse files Browse the repository at this point in the history
  • Loading branch information
kidclamp authored May 6, 2022
1 parent adf13e5 commit 4617293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Koha/Plugin/Com/ByWaterSolutions/CoverFlow.pm
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ use C4::Koha qw(GetNormalizedISBN);
use JSON;
use Business::ISBN;
use JavaScript::Minifier qw(minify);
use Koha::DateUtils;
use Koha::DateUtils qw(dt_from_string);


## Here we set our plugin version
Expand Down

0 comments on commit 4617293

Please sign in to comment.