From: Janusz Dobrowolski Date: Sun, 10 Apr 2011 08:41:10 +0000 (+0200) Subject: Fixed trial balance layout. X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=9d1569134a9ec9b1d99eb472c629f9e59f69f017;p=textcart.git Fixed trial balance layout. --- diff --git a/gl/inquiry/gl_trial_balance.php b/gl/inquiry/gl_trial_balance.php index 0b08c69..4f81da9 100644 --- a/gl/inquiry/gl_trial_balance.php +++ b/gl/inquiry/gl_trial_balance.php @@ -226,7 +226,7 @@ while ($class = db_fetch($classresult)) end_row(); end_table(1); - if (($pbal = round2($pbal, user_price_dec())) != 0) +// if (($pbal = round2($pbal, user_price_dec())) != 0) //display_warning(_("The Opening Balance is not in balance, probably due to a non closed Previous Fiscalyear.")); div_end();