New files from unstable branch
[fa-stable.git] / manufacturing / includes / work_order_issue_ui.inc
index 5924f2ccdd20a65424dc18d24bdb4f6e1f080aa2..dac556de78bafd671500ae7b57a77ee38a8013e8 100644 (file)
@@ -25,11 +25,11 @@ function add_to_issue(&$order, $new_item, $new_item_qty, $standard_cost)
 
 function display_issue_items($title, &$order)
 {
-       global $table_style, $path_to_root;
+       global $path_to_root;
 
        display_heading($title);
     div_start('items_table');
-       start_table("$table_style width=80% colspan=7");
+       start_table(TABLESTYLE, "width=80% colspan=7");
        $th = array(_("Item Code"), _("Item Description"), _("Quantity"),
                _("Unit"), _("Unit Cost"), '');
        if ( count($order->line_items)) $th[] = '';