Revision 70d701a2
Von Kivitendo Admin vor fast 11 Jahren hinzugefügt
bin/mozilla/rp.pl | ||
---|---|---|
221 | 221 |
my %myconfig = %main::myconfig; |
222 | 222 |
my $locale = $main::locale; |
223 | 223 |
|
224 |
my $defaults = SL::DB::Default->get; |
|
225 |
$form->error($::locale->text('No print templates have been created for this client yet. Please do so in the client configuration.')) if !$defaults->templates; |
|
226 |
$form->{templates} = $defaults->templates; |
|
227 |
|
|
228 | 224 |
$form->{padding} = " "; |
229 | 225 |
$form->{bold} = "<b>"; |
230 | 226 |
$form->{endbold} = "</b>"; |
Auch abrufbar als: Unified diff
GuV Bericht braucht keine Druckvorlagenprüfung mehr