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:
df9f21c
)
Typo in report Customer Detail Listing
author
Joe Hunt
<joe.hunt.consulting@gmail.com>
Tue, 17 Apr 2018 20:29:11 +0000
(22:29 +0200)
committer
Joe Hunt
<joe.hunt.consulting@gmail.com>
Tue, 17 Apr 2018 20:29:11 +0000
(22:29 +0200)
reporting/rep103.php
patch
|
blob
|
history
diff --git
a/reporting/rep103.php
b/reporting/rep103.php
index a93d56062c853ff8ff81a9a1dc818a2fae74de90..271d6818c8453e8b8943c4c0d4a7f2dbcc41d525 100644
(file)
--- a/
reporting/rep103.php
+++ b/
reporting/rep103.php
@@
-255,7
+255,7
@@
function print_customer_details_listing()
{
$oldrow = $rep->row;
$rep->NewLine();
- $rep->TextColLines(1, 2, _("Ge
r
eral Notes:")." ".$myrow['notes'], -2);
+ $rep->TextColLines(1, 2, _("Ge
n
eral Notes:")." ".$myrow['notes'], -2);
$newrow = $rep->row;
$rep->row = $oldrow;
}