From fe669345155a02d165120bae5050dd503c55395b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Tue, 22 Sep 2015 14:19:57 +0200 Subject: [PATCH] MassInvoiceCreatePrint: js accessor angepasst --- SL/Controller/MassInvoiceCreatePrint.pm | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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 -- 2.20.1