From: G. Richardson Date: Tue, 7 Jan 2014 12:29:24 +0000 (+0100) Subject: Bilanzbericht braucht keine Überprüfung von Druckvorlagen X-Git-Tag: release-3.1.0beta1~22^2~25^2~9^2 X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/commitdiff_plain/331773d9f72288fe74f2d3c7b3f734eda95ebdcf?ds=inline;hp=--cc Bilanzbericht braucht keine Überprüfung von Druckvorlagen --- 331773d9f72288fe74f2d3c7b3f734eda95ebdcf diff --git a/bin/mozilla/rp.pl b/bin/mozilla/rp.pl index f257b51b8..302dbc16e 100644 --- a/bin/mozilla/rp.pl +++ b/bin/mozilla/rp.pl @@ -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} = "";