Workaround for segfaults in some buggy php encoding library versions.
[fa-stable.git] / purchasing / view / view_grn.php
index addb95fec6fed32a0054bdd645fc99abe9d033b6..236c462283ff316f328f76e81412a9378cc356ca 100644 (file)
@@ -36,7 +36,7 @@ display_grn_summary($purchase_order);
 
 display_heading2(_("Line Details"));
 
-start_table(TABLESTYLE, "colspan=9 width=90%");
+start_table(TABLESTYLE, "width='90%'");
 $th = array(_("Item Code"), _("Item Description"), _("Delivery Date"), _("Quantity"),
        _("Unit"), _("Price"), _("Line Total"), _("Quantity Invoiced"));