X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep101.php;h=74b355d8dc81cfbe667126fb70ab4cf3fb614dc3;hb=ac225986becec853c5ade5d6464d69788f395817;hp=df34fe35ef8794136ede0b92b554a04092683d6b;hpb=884c5487fb07e9ad11edecc766bf55b35d06abcf;p=fa-stable.git diff --git a/reporting/rep101.php b/reporting/rep101.php index df34fe35..74b355d8 100644 --- a/reporting/rep101.php +++ b/reporting/rep101.php @@ -149,7 +149,7 @@ function print_customer_balances() if (!$convert && $currency != $myrow['curr_code']) continue; $accumulate = 0; - $rate = $convert ? get_exchange_rate_to_home_currency($myrow['curr_code'], Today()) : 1; + $rate = $convert ? get_exchange_rate_from_home_currency($myrow['curr_code'], Today()) : 1; $bal = get_open_balance($myrow['debtor_no'], $from, $convert); $init[0] = $init[1] = 0.0; $init[0] = round2(abs($bal['charges']*$rate), $dec);