X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep108.php;h=84a80ca18279d32172ecd5e6cafa3c1a3ef0affd;hb=17b390efcf904072b02ec866b2a427490471a260;hp=5fccb257fcd2db5f871659cac4d43d3e2a4d9a69;hpb=0518849c28cc497af72168ec4c6713c1a191c0be;p=fa-stable.git diff --git a/reporting/rep108.php b/reporting/rep108.php index 5fccb257..84a80ca1 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_'] = "";