From: Joe Hunt Date: Fri, 21 Dec 2018 16:34:10 +0000 (+0100) Subject: Rerun of rep115.php, Customer Trial Balance. X-Git-Url: https://delta.frontaccounting.com/gitweb/?p=fa-stable.git;a=commitdiff_plain;h=d7b2df429bf66654536ffafeb5a3d1e034653374 Rerun of rep115.php, Customer Trial Balance. --- diff --git a/reporting/rep115.php b/reporting/rep115.php index 5757fc85..74ef3c0a 100644 --- 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'), '', '', _('Opening Bal'), '', _('Debits'), _('Credits'), '', _('Balance')); + $headers = array(_('Name'), '', '', _('Open Balance'), '', _('Debit'), _('Credit'), '', _('Balance')); $aligns = array('left', 'left', 'left', 'right', 'left', 'right', 'right', 'right', 'right');