X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep108.php;h=a3f76f38f9b00dbcc2b1f779a9ece7f6fd13ea52;hb=3c73d05998cf50fed7fa5c0a568a1a911e7023e2;hp=b438e641c2d31153bc90755e53c3578a7b11a905;hpb=a5a1f885ee288c74ea2674a9eaaa402ac3c05363;p=fa-stable.git diff --git a/reporting/rep108.php b/reporting/rep108.php index b438e641..a3f76f38 100644 --- a/reporting/rep108.php +++ b/reporting/rep108.php @@ -95,6 +95,9 @@ function print_statements() while ($myrow=db_fetch($result)) { + if ($currency != ALL_TEXT && $myrow['curr_code'] != $currency) { + continue; + } $date = date('Y-m-d'); $myrow['order_'] = "";