Merged changes from stable branch up to 2.3.23.
[fa-stable.git] / purchasing / po_receive_items.php
index 30d18878855caa7789370ad250e0464e688b2a73..da277b2743366586c44f922f6342098004200ceb 100644 (file)
@@ -58,7 +58,7 @@ if ((!isset($_GET['PONumber']) || $_GET['PONumber'] == 0) && !isset($_SESSION['P
 function display_po_receive_items()
 {
        div_start('grn_items');
-    start_table(TABLESTYLE, "colspan=7 width=90%");
+    start_table(TABLESTYLE, "colspan=7 width='90%'");
     $th = array(_("Item Code"), _("Description"), _("Ordered"), _("Units"), _("Received"),
        _("Outstanding"), _("This Delivery"), _("Price"), _("Total"));
     table_header($th);