User account should not be deleted if there are any entries on his/her name.
[fa-stable.git] / reporting / rep101.php
index df34fe35ef8794136ede0b92b554a04092683d6b..74b355d8dc81cfbe667126fb70ab4cf3fb614dc3 100644 (file)
@@ -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);