X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=inventory%2Fincludes%2Fstock_transfers_ui.inc;h=daa59661e76f6c23b0e4b0d93a8da512787bd742;hb=fc24ee893402902fc58632dabb5d7c2594e191d0;hp=026e0b6e07c7ff7b08f19521cb48488c40851c49;hpb=2e570d1c62dd7775213cfffe3cf1ab186b94117f;p=fa-stable.git diff --git a/inventory/includes/stock_transfers_ui.inc b/inventory/includes/stock_transfers_ui.inc index 026e0b6e..daa59661 100644 --- a/inventory/includes/stock_transfers_ui.inc +++ b/inventory/includes/stock_transfers_ui.inc @@ -28,7 +28,7 @@ function display_order_header(&$order) { global $Refs; - start_outer_table(TABLESTYLE, "width=70%"); + start_outer_table(TABLESTYLE, "width='70%'"); table_section(1); @@ -56,7 +56,7 @@ function display_transfer_items($title, &$order) display_heading($title); div_start('items_table'); - start_table(TABLESTYLE, "width=80%"); + start_table(TABLESTYLE, "width='80%'"); $th = array(_("Item Code"), _("Item Description"), _("Quantity"), _("Unit"), ''); if ( count($order->line_items)) $th[] = ''; table_header($th);