X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fsales_order_entry.php;h=b608c2001bd06935541ae628bc035ee34888e38a;hb=11109ad9f0e6af3f59d72731a95e473e72fb308b;hp=586ca10510ab12cf3dbb84dc8a2b407a836d031f;hpb=33cabd27cc1bb3aaed559ba37691b7b27d45896e;p=fa-stable.git diff --git a/sales/sales_order_entry.php b/sales/sales_order_entry.php index 586ca105..b608c200 100644 --- a/sales/sales_order_entry.php +++ b/sales/sales_order_entry.php @@ -726,7 +726,7 @@ hidden('cart_id'); $customer_error = display_order_header($_SESSION['Items'], !$_SESSION['Items']->is_started(), $idate); if ($customer_error == "") { - start_table(TABLESTYLE, "width=80%", 10); + start_table(TABLESTYLE, "width='80%'", 10); echo ""; display_order_summary($orderitems, $_SESSION['Items'], true); echo "";