X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/6c7334b32c2219f4eb46ab2ca56e3a044a22db80..ea2e84cc75e2879141eea5e957439936280682bf:/bin/mozilla/ap.pl diff --git a/bin/mozilla/ap.pl b/bin/mozilla/ap.pl index 884933b9f..342928a17 100644 --- a/bin/mozilla/ap.pl +++ b/bin/mozilla/ap.pl @@ -1514,40 +1514,6 @@ sub ap_transactions { $lxdebug->leave_sub(); } - -sub vendor_invoice { - $lxdebug->enter_sub(); - - $auth->assert('invoice_edit'); - - - $form->{script} = 'ir.pl'; - $script = "ir"; - $form->{type} = "invoice"; - $locale = new Locale "$myconfig{countrycode}", "$script"; - - require "bin/mozilla/$form->{script}"; - &add; - - $lxdebug->leave_sub(); -} - -sub ap_transaction { - $lxdebug->enter_sub(); - - $auth->assert('general_ledger'); - - - $form->{script} = 'ap.pl'; - $script = "ap"; - $locale = new Locale "$myconfig{countrycode}", "$script"; - - require "bin/mozilla/$form->{script}"; - &add; - - $lxdebug->leave_sub(); -} - sub storno { $lxdebug->enter_sub();