X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep112.php;h=6cb3148fa292df4ba18e43afb0dcf8b7ca5c639a;hb=3974cfebf97c03e07b0beb608ae63b84b1e0f908;hp=ee1a0e1f2dddad639450952d4b18f6df664b77b3;hpb=0518849c28cc497af72168ec4c6713c1a191c0be;p=fa-stable.git diff --git a/reporting/rep112.php b/reporting/rep112.php index ee1a0e1f..6cb3148f 100644 --- a/reporting/rep112.php +++ b/reporting/rep112.php @@ -98,6 +98,9 @@ function print_receipts() $myrow = get_receipt($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'];