From: G. Richardson Date: Wed, 8 Jan 2014 18:34:45 +0000 (+0100) Subject: GuV Bericht braucht keine Druckvorlagenprüfung mehr X-Git-Tag: release-3.1.0beta1~22^2~19 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=70d701a2d23dd50500ca1aef12f60bf65e506c26;p=kivitendo-erp.git GuV Bericht braucht keine Druckvorlagenprüfung mehr --- diff --git a/bin/mozilla/rp.pl b/bin/mozilla/rp.pl index 8ec6c4503..abffd9728 100644 --- a/bin/mozilla/rp.pl +++ b/bin/mozilla/rp.pl @@ -221,10 +221,6 @@ sub generate_income_statement { my %myconfig = %main::myconfig; my $locale = $main::locale; - 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->{padding} = "  "; $form->{bold} = ""; $form->{endbold} = "";