From: Joe Date: Mon, 16 Sep 2013 08:55:04 +0000 (+0200) Subject: 0002430: Order Status Listing Report shows invoiced in heading rather than delivered... X-Git-Tag: 2.3-final~202 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=967c4d8738234b97bc402246f083646623a78ebf;p=fa-stable.git 0002430: Order Status Listing Report shows invoiced in heading rather than delivered. Fixed. --- 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,