From 967c4d8738234b97bc402246f083646623a78ebf Mon Sep 17 00:00:00 2001 From: Joe Date: Mon, 16 Sep 2013 10:55:04 +0200 Subject: [PATCH] 0002430: Order Status Listing Report shows invoiced in heading rather than delivered. Fixed. --- reporting/rep105.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reporting/rep105.php b/reporting/rep105.php index cccf289f..b5753675 100644 --- a/reporting/rep105.php +++ b/reporting/rep105.php @@ -111,7 +111,7 @@ function print_order_status_list() $aligns = array('left', 'left', 'right', 'right', 'right', 'right', 'right'); - $headers = array(_('Code'), _('Description'), _('Ordered'), _('Invoiced'), + $headers = array(_('Code'), _('Description'), _('Ordered'), _('Delivered'), _('Outstanding'), ''); $params = array( 0 => $comments, -- 2.30.2