From 90918bc962095868c2c94ca52aff4b353cb68608 Mon Sep 17 00:00:00 2001 From: Janusz Dobrowolski Date: Fri, 3 Dec 2010 12:28:30 +0000 Subject: [PATCH] Imporved readibility. --- reporting/rep701.php | 2 ++ 1 file changed, 2 insertions(+) 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(); -- 2.30.2