X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=inline;f=reporting%2Frep701.php;fp=reporting%2Frep701.php;h=b4f54c9603ea093ed7716cd2ea0151fbc4505270;hb=90918bc962095868c2c94ca52aff4b353cb68608;hp=ca344f7964a0dd64db68a60b3508de7d58d6b21a;hpb=82da3e6f1414dd17fe7f682199028e1daf5a45ff;p=fa-stable.git 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();