X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep210.php;h=9f14a1ae2975ad8fd72ae6dcbb96aab7c0b17749;hb=33dfc21a26f08e9ac19048bbcf80cce2351a6cfe;hp=3af1bafbc2eb4ab27bd552d9a08f678ecb25961e;hpb=0518849c28cc497af72168ec4c6713c1a191c0be;p=fa-stable.git diff --git a/reporting/rep210.php b/reporting/rep210.php index 3af1bafb..9f14a1ae 100644 --- a/reporting/rep210.php +++ b/reporting/rep210.php @@ -96,6 +96,9 @@ function print_remittances() $myrow = get_remittance($j, $i); if (!$myrow) continue; + if ($currency != ALL_TEXT && $myrow['curr_code'] != $currency) { + continue; + } $res = get_bank_trans($j, $i); $baccount = db_fetch($res); $params['bankaccount'] = $baccount['bank_act'];