From a201dd1a49098b7146bb78d877334e701a5a8ca9 Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Sun, 14 Jun 2009 19:50:49 +0000 Subject: [PATCH] *** empty log message *** --- reporting/rep706.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reporting/rep706.php b/reporting/rep706.php index 3f09f5c..a1dece2 100644 --- a/reporting/rep706.php +++ b/reporting/rep706.php @@ -331,11 +331,13 @@ function print_balance_sheet() $rep->AmountCol(2, 3, -$assetsopen * $convert, $dec); $rep->AmountCol(3, 4, -$assetsperiod * $convert, $dec); $rep->AmountCol(4, 5, -$assetsclose * $convert, $dec); + $rep->Font(); $rep->NewLine(); if ($equityopen != 0.0 || $equityperiod != 0.0 || $equityclose != 0.0 || $lopen != 0.0 || $lperiod != 0.0 || $lclose != 0.0) { $rep->NewLine(); + $rep->Font('bold'); $rep->TextCol(0, 2, _('Total') . " " . _('Liabilities') . _(' and ') . _('Equities')); $rep->AmountCol(2, 3, ($lopen + $equityopen + $calculateopen) * -1, $dec); $rep->AmountCol(3, 4, ($lperiod + $equityperiod + $calculateperiod) * -1, $dec); @@ -343,7 +345,6 @@ function print_balance_sheet() $rep->Font(); $rep->NewLine(); } - $rep->Font(); } } } -- 2.30.2