X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FController%2FMassInvoiceCreatePrint.pm;h=8fecd6459a21ee63918be4c519d0f0fda761e540;hb=a8b18c65bfd47c845e641fb0fff9587f4122bf9d;hp=07147575f844470b7933301f3ea0fec2839ddb97;hpb=cc6d0e60e203d7b7fab1e95908cbe4afca5e18a0;p=kivitendo-erp.git diff --git a/SL/Controller/MassInvoiceCreatePrint.pm b/SL/Controller/MassInvoiceCreatePrint.pm index 07147575f..8fecd6459 100644 --- a/SL/Controller/MassInvoiceCreatePrint.pm +++ b/SL/Controller/MassInvoiceCreatePrint.pm @@ -21,7 +21,7 @@ use SL::System::TaskServer; use Rose::Object::MakeMethods::Generic ( - 'scalar --get_set_init' => [ qw(invoice_models invoice_ids sales_delivery_order_models printers default_printer_id js) ], + 'scalar --get_set_init' => [ qw(invoice_models invoice_ids sales_delivery_order_models printers default_printer_id) ], ); __PACKAGE__->run_before('setup'); @@ -183,7 +183,6 @@ sub action_create_print_all_download { # filters # -sub init_js { SL::ClientJS->new(controller => $_[0]) } sub init_printers { SL::DB::Manager::Printer->get_all_sorted } sub init_invoice_ids { [] } @@ -384,7 +383,6 @@ From a reverse engineering point of view the actions in this controller were wri background job existed, therefore if anything goes boom take a look at the single steps done via gui in this controller and after that take a deeper look at the MassRecordCreationAndPrinting job. - =head1 FUNCTIONS =over 2 @@ -428,10 +426,6 @@ Action for watching status, default is refreshing every 5 seconds If the above is done (did I already said: boring linear?). Documents will be either printed or downloaded. -=item C - -Inits js/kivi.MassInvoiceCreatePrint; - =item C Gets all printer commands @@ -494,4 +488,5 @@ Both todos are marked in the template code. Moritz Bunkus Em.bunkus@linet-services.deE Jan Büren Ejan@kivitendo-premium.deE + =cut