]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/Helper/MassPrintCreatePDF.pm
Keine Mixins in Mixins: Helper nur in Controller per "use" hinzufügen: Probleme beim...
[kivitendo-erp.git] / SL / Helper / MassPrintCreatePDF.pm
index 454088e6dc274c537ec7181c9e193ac40112f85b..e814199836157265349df98241ff0f4926ac2cdd 100644 (file)
@@ -7,8 +7,6 @@ our @EXPORT_OK = qw(create_massprint_pdf merge_massprint_pdf create_pdfs print_p
 our %EXPORT_TAGS = (
   all => \@EXPORT_OK,
 );
-use SL::Helper::CreatePDF qw(:all);
-use SL::Helper::File qw(store_pdf append_general_pdf_attachments);
 
 sub create_pdfs {
   my ($self, %params) = @_;
@@ -166,4 +164,3 @@ Martin Helmling E<lt>martin.helmling@opendynamic.deE<gt>
 
 
 =cut
-