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:
393fc0d
)
Rerun of rep115.php, Customer Trial Balance.
author
Joe Hunt
<joe.hunt.consulting@gmail.com>
Fri, 21 Dec 2018 16:34:10 +0000
(17:34 +0100)
committer
Joe Hunt
<joe.hunt.consulting@gmail.com>
Fri, 21 Dec 2018 16:34:10 +0000
(17:34 +0100)
reporting/rep115.php
patch
|
blob
|
history
diff --git
a/reporting/rep115.php
b/reporting/rep115.php
index 5757fc85b53cf54d7310fe3bda98f128f4077d4e..74ef3c0a63bcaecf89c804b77286ffb578a0d1be 100644
(file)
--- a/
reporting/rep115.php
+++ b/
reporting/rep115.php
@@
-158,7
+158,7
@@
function print_customer_balances()
$cols = array(0, 70, 140, 180, 230, 270, 350, 445, 495, 555);
- $headers = array(_('Name'), '', '', _('Open
ing Bal'), '', _('Debits'), _('Credits
'), '', _('Balance'));
+ $headers = array(_('Name'), '', '', _('Open
Balance'), '', _('Debit'), _('Credit
'), '', _('Balance'));
$aligns = array('left', 'left', 'left', 'right', 'left', 'right', 'right', 'right', 'right');