Huge sales module changes toward delivery and invoicing separation. Includes some...
[fa-stable.git] / reporting / rep105.php
index 9e8c4936ab76d0bf0395454353f2ac0200569649..ee7d3c21934fe625a617df89f3b6b7437e7efc17 100644 (file)
@@ -99,7 +99,7 @@ function print_order_status_list()
        $aligns = array('left', 'left', 'right', 'right', 'right', 'right',     'right');
 
        $headers = array(_('Code'),     _('Description'), _('Ordered'), _('Invoiced'),
-               _('Outstanding'), _(' '));
+               _('Outstanding'), '');
     
     $params =   array(         0 => $comments,
                                        1 => array(  'text' => _('Period'), 'from' => $from, 'to' => $to),