Skip to content

Commit

Permalink
cam18326: changement de version
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Le Gac committed Mar 18, 2024
1 parent c02c6c5 commit 679489f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Koha/Plugin/PDFtoCover.pm
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ BEGIN {
}

our $dbh = C4::Context->dbh();
our $VERSION = 1.9;
our $VERSION = 2.0;
our $metadata = {
name => 'PDFtoCover',
author => 'Mehdi Hamidi, Bouzid Fergani, Arthur Bousquet, The Minh Luong',
description => 'Creates cover images for documents missing one',
date_authored => '2016-06-08',
date_updated => '2023-06-15',
minimum_version => '17.05',
date_updated => '2024-03-18',
minimum_version => '23.05',
version => $VERSION,
namespace => 'pdftocover',
};
Expand Down Expand Up @@ -88,6 +88,7 @@ sub tool {
$self->{greeter}->enqueue( { size => $pdf, one_image => 0 } );
my $id_job = $self->{greeter}->id;

$self->store_data({ errors => '' });
$self->step_1(1, 0, 0, $id_job, '');

exit 0;
Expand Down

0 comments on commit 679489f

Please sign in to comment.