@@ -, +, @@ basketgroup --- acqui/pdfformat/layout3pagesfr.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- a/acqui/pdfformat/layout3pagesfr.pm +++ a/acqui/pdfformat/layout3pagesfr.pm @@ -35,10 +35,10 @@ use C4::Branch qw(GetBranchDetail GetBranchName); BEGIN { use Exporter (); our ($VERSION, @ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS); - # set the version for version checking + # set the version for version checking $VERSION = 1.00; - @ISA = qw(Exporter); - @EXPORT = qw(printpdf); + @ISA = qw(Exporter); + @EXPORT = qw(printpdf); } --