From: Sven Schöling Date: Tue, 22 Sep 2015 12:19:57 +0000 (+0200) Subject: MassInvoiceCreatePrint: js accessor angepasst X-Git-Tag: release-3.4.1~720 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=fe669345155a02d165120bae5050dd503c55395b;p=kivitendo-erp.git MassInvoiceCreatePrint: js accessor angepasst --- diff --git a/SL/Controller/MassInvoiceCreatePrint.pm b/SL/Controller/MassInvoiceCreatePrint.pm index 132c499df..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 { [] } @@ -427,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