]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/rp.pl
Bilanzbericht braucht keine Überprüfung von Druckvorlagen
[mfinanz.git] / bin / mozilla / rp.pl
index f257b51b8ed2dba1045214f8fd881a4a89a4ad2b..302dbc16e7f544f4ffb0ca9e5cd605e7732b4bb3 100644 (file)
@@ -403,9 +403,6 @@ sub generate_balance_sheet {
   $::lxdebug->enter_sub;
   $::auth->assert('report');
 
-  my $defaults = SL::DB::Default->get;
-  $::form->error($::locale->text('No print templates have been created for this client yet. Please do so in the client configuration.')) if !$defaults->templates;
-  $::form->{templates}     = $defaults->templates;
   $::form->{decimalplaces} = $::form->{decimalplaces} * 1 || 2;
   $::form->{padding}       = "  ";
   $::form->{bold}          = "<b>";