projects
/
fa-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82da3e6
)
Imporved readibility.
author
Janusz Dobrowolski
<janusz@frontaccounting.eu>
Fri, 3 Dec 2010 12:28:30 +0000
(12:28 +0000)
committer
Janusz Dobrowolski
<janusz@frontaccounting.eu>
Fri, 3 Dec 2010 12:28:30 +0000
(12:28 +0000)
reporting/rep701.php
patch
|
blob
|
history
diff --git
a/reporting/rep701.php
b/reporting/rep701.php
index ca344f7964a0dd64db68a60b3508de7d58d6b21a..b4f54c9603ea093ed7716cd2ea0151fbc4505270 100644
(file)
--- 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();