From 331773d9f72288fe74f2d3c7b3f734eda95ebdcf Mon Sep 17 00:00:00 2001 From: "G. Richardson" Date: Tue, 7 Jan 2014 13:29:24 +0100 Subject: [PATCH] =?utf8?q?Bilanzbericht=20braucht=20keine=20=C3=9Cberpr?= =?utf8?q?=C3=BCfung=20von=20Druckvorlagen?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- bin/mozilla/rp.pl | 3 --- 1 file changed, 3 deletions(-) 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} = ""; -- 2.20.1