X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=bin%2Fmozilla%2Far.pl;h=caf48362feb16f359d1d0fd09cedf9018b13472e;hb=ea2e84cc75e2879141eea5e957439936280682bf;hp=b8aa128a9c1c8e55c9d34e25847e3bd971394bea;hpb=1cd85a06d6541f15f8f080c215ae46d39d19a2db;p=kivitendo-erp.git diff --git a/bin/mozilla/ar.pl b/bin/mozilla/ar.pl index b8aa128a9..caf48362f 100644 --- a/bin/mozilla/ar.pl +++ b/bin/mozilla/ar.pl @@ -1620,41 +1620,6 @@ sub ar_transactions { $lxdebug->leave_sub(); } -sub sales_invoice { - $lxdebug->enter_sub(); - - $auth->assert('invoice_edit'); - - - $form->{script} = 'is.pl'; - $script = "is"; - $form->{type} = "invoice"; - $locale = new Locale "$myconfig{countrycode}", "$script"; - - require "bin/mozilla/$form->{script}"; - &add; - - $lxdebug->leave_sub(); -} - -sub ar_transaction { - $lxdebug->enter_sub(); - - $auth->assert('general_ledger'); - - - $form->{script} = 'ar.pl'; - $script = "ar"; - $locale = new Locale "$myconfig{countrycode}", "$script"; - - require "bin/mozilla/$form->{script}"; - &add; - - $lxdebug->leave_sub(); -} - - - sub storno { $lxdebug->enter_sub();