Revision b3bcbbe9
Von Philip Reetz vor fast 17 Jahren hinzugefügt
bin/mozilla/ca.pl | ||
---|---|---|
$ca->{ustrate} = $form->format_amount(\%myconfig, $ca->{ustrate} * 100, 2) if ($ca->{ustrate} != 0);
|
||
|
||
if ($ca->{memo} ne "") {
|
||
$ca->{description} .= "\n" . $ca->{memo};
|
||
$ca->{description} .= " \n " . $ca->{memo};
|
||
}
|
||
|
||
|
Auch abrufbar als: Unified diff
Ausgabe angepasst