From: Janusz Dobrowolski Date: Fri, 3 Dec 2010 12:28:30 +0000 (+0000) Subject: Imporved readibility. X-Git-Tag: v2.4.2~19^2~437 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=90918bc962095868c2c94ca52aff4b353cb68608;p=fa-stable.git Imporved readibility. --- diff --git a/reporting/rep701.php b/reporting/rep701.php index ca344f79..b4f54c96 100644 --- a/reporting/rep701.php +++ b/reporting/rep701.php @@ -38,8 +38,10 @@ function display_type ($type, $typename, &$dec, &$rep, $showbalance) { $printtitle = 1; $rep->row -= 4; + $rep->Font('bold'); $rep->TextCol(0, 1, $type); $rep->TextCol(1, 4, $typename); + $rep->Font(); $rep->row -= 4; $rep->Line($rep->row); $rep->NewLine();