From: Janusz Dobrowolski Date: Sun, 10 Apr 2011 08:41:10 +0000 (+0200) Subject: Fixed trial balance layout. X-Git-Tag: 2.3-final~712 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=dad20d2653bbaf23a262ec8355a8612af8656b69;p=fa-stable.git Fixed trial balance layout. --- diff --git a/gl/inquiry/gl_trial_balance.php b/gl/inquiry/gl_trial_balance.php index 0b08c69d..4f81da9c 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();