From a29b41d7a7a3df10122e989186a50162ea0f7876 Mon Sep 17 00:00:00 2001 From: Bernardo Gonzalez Kriegel Date: Thu, 8 Aug 2013 15:54:22 -0300 Subject: [PATCH] Bug 10573 - Folloup - French translation for printing a basketgroup small followup to fix tabs Signed-off-by: Bernardo Gonzalez Kriegel --- acqui/pdfformat/layout3pagesfr.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/acqui/pdfformat/layout3pagesfr.pm b/acqui/pdfformat/layout3pagesfr.pm index dc4a152..c052840 100644 --- a/acqui/pdfformat/layout3pagesfr.pm +++ b/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); } -- 1.7.9.5