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:
73aeb6b
)
Fixed typo in Suppliers Report.
author
Janusz Dobrowolski
<janusz@frontaccounting.eu>
Wed, 15 Apr 2015 13:50:18 +0000
(15:50 +0200)
committer
Janusz Dobrowolski
<janusz@frontaccounting.eu>
Wed, 15 Apr 2015 13:50:18 +0000
(15:50 +0200)
reporting/rep205.php
patch
|
blob
|
history
diff --git
a/reporting/rep205.php
b/reporting/rep205.php
index b94ebca349c1a34cb4c8187cff40b39e50991730..d2f500b3957d5f2f85fa4c599ba443dc5d35f7b7 100644
(file)
--- a/
reporting/rep205.php
+++ b/
reporting/rep205.php
@@
-176,7
+176,7
@@
function print_supplier_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;
}