Bilanzbericht braucht keine Überprüfung von Druckvorlagen
authorG. Richardson <information@kivitendo-premium.de>
Tue, 7 Jan 2014 12:29:24 +0000 (13:29 +0100)
committerG. Richardson <information@kivitendo-premium.de>
Tue, 7 Jan 2014 14:21:59 +0000 (15:21 +0100)
bin/mozilla/rp.pl

index f257b51..302dbc1 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}       = "&nbsp;&nbsp;";
   $::form->{bold}          = "<b>";