Merged changes from stable branch up to 2.3.23.
[fa-stable.git] / manufacturing / includes / work_order_issue_ui.inc
index 448ad4458fda56a5ce40430b9c149f273cde5f1a..d5e8eb806ddae899dd65ca18757f0b634c8ae23c 100644 (file)
@@ -29,7 +29,7 @@ function display_issue_items($title, &$order)
 
        display_heading($title);
     div_start('items_table');
-       start_table(TABLESTYLE, "width=80% colspan=7");
+       start_table(TABLESTYLE, "width='80%'");
        $th = array(_("Item Code"), _("Item Description"), _("Quantity"),
                _("Unit"), _("Unit Cost"), '');
        if ( count($order->line_items)) $th[] = '';