From: Bernardo Gonzalez Kriegel Date: Thu, 8 Aug 2013 18:54:22 +0000 (-0300) Subject: Bug 10573: (followup) French translation for printing a basketgroup X-Git-Tag: v3.14.00-alpha1~382 X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=commitdiff_plain;ds=sidebyside;h=a9cd81e6858dda89d95625520108fa0b269ff770;p=koha-ffzg.git Bug 10573: (followup) French translation for printing a basketgroup small followup to fix tabs Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Katrin Fischer Signed-off-by: Galen Charlton --- diff --git a/acqui/pdfformat/layout3pagesfr.pm b/acqui/pdfformat/layout3pagesfr.pm index dc4a152cb1..c052840249 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); }