Revision 22573a5b
Von Moritz Bunkus vor etwa 18 Jahren hinzugefügt
bin/mozilla/rp.pl | ||
---|---|---|
1253 | 1253 |
$form->{IN} = "balance_sheet.html"; |
1254 | 1254 |
|
1255 | 1255 |
# setup company variables for the form |
1256 |
map { $form->{$_} = $myconfig{$_} } |
|
1256 |
map { $form->{$_} = $myconfig{$_}; |
|
1257 |
$form->{$_} =~ s/\\n/\n/g; } |
|
1257 | 1258 |
(qw(company address businessnumber nativecurr)); |
1258 | 1259 |
|
1259 | 1260 |
$form->{templates} = $myconfig{templates}; |
bin/mozilla/ustva.pl | ||
---|---|---|
1033 | 1033 |
$form->{bold} = "<b>"; |
1034 | 1034 |
$form->{endbold} = "</b>"; |
1035 | 1035 |
$form->{br} = "<br>"; |
1036 |
$form->{address} =~ s/\\n/<br \/>/g;
|
|
1036 |
$form->{address} =~ s/\\n/\n/g;
|
|
1037 | 1037 |
|
1038 | 1038 |
} elsif ($form->{format} =~ /^elster/) { |
1039 | 1039 |
|
Auch abrufbar als: Unified diff
Anzeige von mehrzeiligen Firmenadressen berichtigt. Fix für Bug #484.