Item Tax Types: fixed inactive item tax types display switching.
[fa-stable.git] / reporting / rep105.php
index a8d879313866eb6ad22e8d58d321284a71257ad2..db32dffd3c85d793327101fea579039dddf13606 100644 (file)
@@ -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