X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/5db7d4c64629fb70990f654f015771b1d7c04c2e..4be9b9dc16a69c791e47e53790307458bcf7ad7b:/bin/mozilla/ct.pl diff --git a/bin/mozilla/ct.pl b/bin/mozilla/ct.pl index a4171b817..2a2d1a1f4 100644 --- a/bin/mozilla/ct.pl +++ b/bin/mozilla/ct.pl @@ -236,572 +236,35 @@ sub form_header { $lxdebug->enter_sub(); $form->get_lists("employees" => "ALL_SALESMEN", - "taxzones" => "ALL_TAXZONES"); - - $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| -
| $form->{title} | -
|---|