projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c76a1b5
)
GuV Bericht braucht keine Druckvorlagenprüfung mehr
author
G. Richardson
<information@kivitendo-premium.de>
Wed, 8 Jan 2014 18:34:45 +0000
(19:34 +0100)
committer
G. Richardson
<information@kivitendo-premium.de>
Thu, 9 Jan 2014 16:51:45 +0000
(17:51 +0100)
bin/mozilla/rp.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/rp.pl
b/bin/mozilla/rp.pl
index
8ec6c45
..
abffd97
100644
(file)
--- 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} = "<b>";
$form->{endbold} = "</b>";