X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/456a53199fb9ea0990cd336123166e88055261f4..9c0ec2622da20eb96c8b4bbd98a8cce47cb8a6ee:/SL/AR.pm diff --git a/SL/AR.pm b/SL/AR.pm index d97c443d1..adffeb6bc 100644 --- a/SL/AR.pm +++ b/SL/AR.pm @@ -516,7 +516,7 @@ sub ar_transactions { my $where = "1 = 1"; - unless ( $main::auth->check_right($form->{login}, 'show_ar_transactions') ) { + unless ( $::auth->assert('show_ar_transactions', 1) ) { $where .= " AND NOT invoice = 'f' "; # remove ar transactions from Sales -> Reports -> Invoices };