Revision 331773d9
Von Kivitendo Admin vor fast 11 Jahren hinzugefügt
bin/mozilla/rp.pl | ||
---|---|---|
403 | 403 |
$::lxdebug->enter_sub; |
404 | 404 |
$::auth->assert('report'); |
405 | 405 |
|
406 |
my $defaults = SL::DB::Default->get; |
|
407 |
$::form->error($::locale->text('No print templates have been created for this client yet. Please do so in the client configuration.')) if !$defaults->templates; |
|
408 |
$::form->{templates} = $defaults->templates; |
|
409 | 406 |
$::form->{decimalplaces} = $::form->{decimalplaces} * 1 || 2; |
410 | 407 |
$::form->{padding} = " "; |
411 | 408 |
$::form->{bold} = "<b>"; |
Auch abrufbar als: Unified diff
Bilanzbericht braucht keine Überprüfung von Druckvorlagen