Revision 8cd05ad6
Von Moritz Bunkus vor fast 14 Jahren hinzugefügt
SL/BackgroundJob/CreatePeriodicInvoices.pm | ||
---|---|---|
238 | 238 |
|
239 | 239 |
$form->throw_on_error(sub { |
240 | 240 |
eval { |
241 |
$form->parse_template(\%::myconfig, $::userspath);
|
|
241 |
$form->parse_template(\%::myconfig); |
|
242 | 242 |
1; |
243 | 243 |
} || die $EVAL_ERROR->{error}; |
244 | 244 |
}); |
Auch abrufbar als: Unified diff
Globale Variablen $::userspath, $::templates, $::membersfile nach %::lx_office_conf verschoben