X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep105.php;h=db32dffd3c85d793327101fea579039dddf13606;hb=33dfc21a26f08e9ac19048bbcf80cce2351a6cfe;hp=a8d879313866eb6ad22e8d58d321284a71257ad2;hpb=0489317205141deaecefe3a7243d11a3e38a51d0;p=fa-stable.git diff --git a/reporting/rep105.php b/reporting/rep105.php index a8d87931..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, @@ -124,7 +124,7 @@ function print_order_status_list() $rep = new FrontReport(_('Order Status Listing'), "OrderStatusListing", user_pagesize(), 9, $orientation); if ($orientation == 'L') - $rep->recalculate_cols($cols); + recalculate_cols($cols); $cols2 = $cols; $rep->Font(); $rep->Info($params, $cols, $headers, $aligns, $cols2, $headers2, $aligns2); @@ -172,4 +172,3 @@ function print_order_status_list() $rep->End(); } -?> \ No newline at end of file