X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep105.php;h=db32dffd3c85d793327101fea579039dddf13606;hb=33dfc21a26f08e9ac19048bbcf80cce2351a6cfe;hp=cccf289f05dcf496eedc139e93672ae9ba43a487;hpb=6a4d8e6c1e92ff1b8fc5abb3fae76fb1c1968550;p=fa-stable.git diff --git a/reporting/rep105.php b/reporting/rep105.php index cccf289f..db32dffd 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, @@ -172,4 +172,3 @@ function print_order_status_list() $rep->End(); } -?> \ No newline at end of file