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