X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=inventory%2Fincludes%2Fitem_adjustments_ui.inc;h=a492e792c0f3ee408643aae184f0e893b893d227;hb=17b390efcf904072b02ec866b2a427490471a260;hp=12571b8ac92e91454dc501738dcbe934f1ef341c;hpb=fbf51ab0febfd0885620abcab8738339d156ff45;p=fa-stable.git diff --git a/inventory/includes/item_adjustments_ui.inc b/inventory/includes/item_adjustments_ui.inc index 12571b8a..a492e792 100644 --- a/inventory/includes/item_adjustments_ui.inc +++ b/inventory/includes/item_adjustments_ui.inc @@ -28,7 +28,7 @@ function display_order_header(&$order) { global $Refs; - start_outer_table(TABLESTYLE2, "width=70%"); // outer table + start_outer_table(TABLESTYLE2, "width='70%'"); // outer table table_section(1); locations_list_row(_("Location:"), 'StockLocation', null); @@ -58,7 +58,7 @@ function display_adjustment_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"), _("Unit Cost"), _("Total"), ""); if ( count($order->line_items)) $th[] = ''; @@ -192,4 +192,3 @@ function adjustment_options_controls() //--------------------------------------------------------------------------------- -?> \ No newline at end of file