X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FAR.pm;h=adffeb6bc677cb7d132919789c3348965c559196;hb=09619b3bc445ac9872ed0776293bc673f5b6f68d;hp=ca3f61a26ef38f08edf57cc1f6b9e6875514afd9;hpb=727d806576b6eed75107dbf52736c3dd08093004;p=kivitendo-erp.git 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 };