From 70d701a2d23dd50500ca1aef12f60bf65e506c26 Mon Sep 17 00:00:00 2001 From: "G. Richardson" Date: Wed, 8 Jan 2014 19:34:45 +0100 Subject: [PATCH] =?utf8?q?GuV=20Bericht=20braucht=20keine=20Druckvorlagenp?= =?utf8?q?r=C3=BCfung=20mehr?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- bin/mozilla/rp.pl | 4 ---- 1 file changed, 4 deletions(-) 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} = ""; -- 2.20.1