refining label printing
authorJoshua Ferraro <jmf@liblime.com>
Sun, 7 Oct 2007 02:18:53 +0000 (21:18 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Sun, 7 Oct 2007 02:36:15 +0000 (21:36 -0500)
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
labels/label-edit-layout.pl
labels/label-save-template.pl
labels/label-select-pdf.pl

index 28f45c5..665cc4b 100755 (executable)
@@ -6,7 +6,6 @@ use C4::Auth;
 use C4::Context;
 use C4::Output;
 use C4::Labels;
-use C4::Interface::CGI::Output;
 use HTML::Template;
 use POSIX;
 
index 2ecda4f..5eeda63 100755 (executable)
@@ -6,7 +6,6 @@ use C4::Auth;
 use C4::Context;
 use C4::Output;
 use C4::Labels;
-use C4::Interface::CGI::Output;
 use HTML::Template;
 use POSIX;
 
index 41f3ef5..b796178 100755 (executable)
@@ -8,7 +8,6 @@ use CGI;
 use C4::Labels;
 use C4::Auth;
 use C4::Output;
-use C4::Interface::CGI::Output;
 use C4::Context;
 use HTML::Template;