Revision c62ddafe
Von Moritz Bunkus vor mehr als 18 Jahren hinzugefügt
bin/mozilla/ct.pl | ||
---|---|---|
$form->{taxincluded} = ($form->{taxincluded}) ? "checked" : "";
|
||
$form->{creditlimit} =
|
||
$form->format_amount(\%myconfig, $form->{creditlimit}, 0);
|
||
$form->{discount} =
|
||
$form->format_amount(\%myconfig, $form->{discount});
|
||
|
||
if ($myconfig{role} eq 'admin') {
|
||
$bcc = qq|
|
Auch abrufbar als: Unified diff
Recommit von r1131 von sschoeling: Fix zu Bug362. Danke an Harry fuer die Hilfe.