X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=inventory%2Fincludes%2Fstock_transfers_ui.inc;h=474fc9df31c692df9d9ee1fbf493365a47797190;hb=e2333aa592a75f6fe5a3110c1241df117e3ffa1d;hp=33df8fde7b33981b799ea296124574f1aaebf9c5;hpb=ebc600101ceab69c06eac4b1bd4d1782af45de05;p=fa-stable.git diff --git a/inventory/includes/stock_transfers_ui.inc b/inventory/includes/stock_transfers_ui.inc index 33df8fde..474fc9df 100644 --- a/inventory/includes/stock_transfers_ui.inc +++ b/inventory/includes/stock_transfers_ui.inc @@ -26,9 +26,9 @@ function add_to_order(&$order, $new_item, $new_item_qty, $standard_cost) function display_order_header(&$order) { - global $table_style, $Refs; + global $Refs; - start_outer_table("width=70% $table_style"); + start_outer_table(TABLESTYLE, "width=70%"); table_section(1); @@ -52,11 +52,11 @@ function display_order_header(&$order) function display_transfer_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%"); + start_table(TABLESTYLE, "width=80%"); $th = array(_("Item Code"), _("Item Description"), _("Quantity"), _("Unit"), ''); if ( count($order->line_items)) $th[] = ''; table_header($th);