From d7b2df429bf66654536ffafeb5a3d1e034653374 Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Fri, 21 Dec 2018 17:34:10 +0100 Subject: [PATCH] Rerun of rep115.php, Customer Trial Balance. --- reporting/rep115.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); -- 2.30.2