Revision bebdb7e3
Von Sven Schöling vor mehr als 18 Jahren hinzugefügt
bin/mozilla/ct.pl | ||
---|---|---|
463 | 463 |
$form->{taxincluded} = ($form->{taxincluded}) ? "checked" : ""; |
464 | 464 |
$form->{creditlimit} = |
465 | 465 |
$form->format_amount(\%myconfig, $form->{creditlimit}, 0); |
466 |
$form->{discount} = |
|
467 |
$form->format_amount(\%myconfig, $form->{discount}); |
|
466 | 468 |
|
467 | 469 |
if ($myconfig{role} eq 'admin') { |
468 | 470 |
$bcc = qq| |
Auch abrufbar als: Unified diff
Fix zu Bug362. Danke an Harry fuer die Hilfe.