X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep101.php;h=dc81dd5a4e4590ffcabe5ca6e24974032e42821b;hb=27361234b9405d19fe1a12fcf4048f29335125fb;hp=b9c3ad08304e286a33b7e298cb0b456c23053077;hpb=cc4384eca4f7177a21927f51d0fe7dab4ac3ccc0;p=fa-stable.git diff --git a/reporting/rep101.php b/reporting/rep101.php index b9c3ad08..dc81dd5a 100644 --- a/reporting/rep101.php +++ b/reporting/rep101.php @@ -168,7 +168,7 @@ function print_customer_balances() $accumulate = 0; $rate = $convert ? get_exchange_rate_from_home_currency($myrow['curr_code'], Today()) : 1; - $bal = get_open_balance($myrow['debtor_no'], $from, $convert); + $bal = get_open_balance($myrow['debtor_no'], $from); $init[0] = $init[1] = 0.0; $init[0] = round2(abs($bal['charges']*$rate), $dec); $init[1] = round2(Abs($bal['credits']*$rate), $dec);