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:
3ef9e6f
)
Improved report Journal Entries (rep702.php) to show memo in multiple lines.
author
Joe Hunt
<joe.hunt.consulting@gmail.com>
Sat, 21 Apr 2012 09:37:51 +0000
(11:37 +0200)
committer
Joe Hunt
<joe.hunt.consulting@gmail.com>
Sat, 21 Apr 2012 09:37:51 +0000
(11:37 +0200)
reporting/rep702.php
patch
|
blob
|
history
diff --git
a/reporting/rep702.php
b/reporting/rep702.php
index 01d3606a420f84a9c46d9ce57525daf6785b2ebc..c2b287710d5b38eaff0a7c62cc76049b7a9e9b6e 100644
(file)
--- a/
reporting/rep702.php
+++ b/
reporting/rep702.php
@@
-104,8
+104,8
@@
function print_list_of_journal_entries()
else
$coms .= " / ".$memo;
}
- $rep->TextCol(3, 6, $coms);
- $rep->NewLine(
2
);
+ $rep->TextCol
Lines
(3, 6, $coms);
+ $rep->NewLine();
}
$rep->TextCol(0, 1, $myrow['account']);
$rep->TextCol(1, 2, $myrow['account_name']);