X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/3ced230b9d35b6f2665162d6789af124431f23aa..8c7e44938a661e035f62840e1e177353240ace5d:/bin/mozilla/cp.pl diff --git a/bin/mozilla/cp.pl b/bin/mozilla/cp.pl index 5ced17472..58c9a73aa 100644 --- a/bin/mozilla/cp.pl +++ b/bin/mozilla/cp.pl @@ -42,7 +42,7 @@ use strict ("vars", "subs"); require "bin/mozilla/arap.pl"; require "bin/mozilla/common.pl"; -our ($form, %myconfig, $lxdebug, $locale); +our ($form, %myconfig, $lxdebug, $locale, $auth); 1; @@ -51,6 +51,8 @@ our ($form, %myconfig, $lxdebug, $locale); sub payment { $lxdebug->enter_sub(); + $auth->assert('cash'); + my (@curr); $form->{ARAP} = ($form->{type} eq 'receipt') ? "AR" : "AP"; @@ -114,6 +116,8 @@ sub payment { sub form_header { $lxdebug->enter_sub(); + $auth->assert('cash'); + my ($vc, $vclabel, $allvc, $arap, $department, $exchangerate); my ($jsscript, $button1, $button2, $onload); @@ -218,7 +222,7 @@ sub form_header { print qq|
-