View | Details | Raw Unified | Return to bug 10573
Collapse All | Expand All

(-)a/acqui/pdfformat/layout3pagesfr.pm (-4 / +3 lines)
Lines 35-44 use C4::Branch qw(GetBranchDetail GetBranchName); Link Here
35
BEGIN {
35
BEGIN {
36
         use Exporter   ();
36
         use Exporter   ();
37
         our ($VERSION, @ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS);
37
         our ($VERSION, @ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS);
38
	# set the version for version checking
38
         # set the version for version checking
39
         $VERSION     = 1.00;
39
         $VERSION     = 1.00;
40
	@ISA    = qw(Exporter);
40
         @ISA    = qw(Exporter);
41
	@EXPORT = qw(printpdf);
41
         @EXPORT = qw(printpdf);
42
}
42
}
43
43
44
44
45
- 

Return to bug 10573