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:
parent
a7fe13a52f
commit
a9cd81e685
1 changed files with 3 additions and 3 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue