Globale Variablen $::userspath, $::templates, $::membersfile nach %::lx_office_conf...
[kivitendo-erp.git] / SL / BackgroundJob / CreatePeriodicInvoices.pm
index 1a2cf81..dc89c3d 100644 (file)
@@ -238,7 +238,7 @@ sub _print_invoice {
 
   $form->throw_on_error(sub {
     eval {
-      $form->parse_template(\%::myconfig, $::userspath);
+      $form->parse_template(\%::myconfig);
       1;
     } || die $EVAL_ERROR->{error};
   });