X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep210.php;h=5b7634d2a1ece014c3aedbb04f8ee5081bb54353;hb=3c73d05998cf50fed7fa5c0a568a1a911e7023e2;hp=2500067060bca211619a124473c9fca024d0ce77;hpb=a5a1f885ee288c74ea2674a9eaaa402ac3c05363;p=fa-stable.git diff --git a/reporting/rep210.php b/reporting/rep210.php index 25000670..5b7634d2 100644 --- a/reporting/rep210.php +++ b/reporting/rep210.php @@ -108,6 +108,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'];