X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/a8e3100cce96084268ed6905033c99fffd8af776..862bc8ce30cd40b67d2856ac7f1d11d5e4322f09:/SL/Controller/Draft.pm diff --git a/SL/Controller/Draft.pm b/SL/Controller/Draft.pm index 3f03f2c67..41c8c1688 100644 --- a/SL/Controller/Draft.pm +++ b/SL/Controller/Draft.pm @@ -164,7 +164,7 @@ sub init_draft { } sub check_auth { - $::auth->assert('vendor_invoice_edit | invoice_edit | general_ledger'); + $::auth->assert('vendor_invoice_edit | invoice_edit | ap_transactions | ar_transactions'); } 1;