Bug 10573: (followup) French translation for printing a basketgroup

small followup to fix tabs

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
This commit is contained in:
Bernardo Gonzalez Kriegel 2013-08-08 15:54:22 -03:00 committed by Galen Charlton
parent a7fe13a52f
commit a9cd81e685

View file

@ -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);
}