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}; |
Auch abrufbar als: Unified diff
Anzeige von mehrzeiligen Firmenadressen berichtigt. Fix für Bug #484.