Workaround for segfaults in some buggy php encoding library versions.
[fa-stable.git] / purchasing / view / view_grn.php
index 31126c97f05a5912fbc4917d7af73b478f11a108..236c462283ff316f328f76e81412a9378cc356ca 100644 (file)
@@ -16,7 +16,7 @@ include($path_to_root . "/purchasing/includes/po_class.inc");
 include($path_to_root . "/includes/session.inc");
 
 $js = "";
-if ($use_popup_windows)
+if ($SysPrefs->use_popup_windows)
        $js .= get_js_open_window(900, 500);
 page(_($help_context = "View Purchase Order Delivery"), true, false, "", $js);
 
@@ -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"));
 
@@ -87,4 +87,3 @@ is_voided_display(ST_SUPPRECEIVE, $_GET['trans_no'], _("This delivery has been v
 
 end_page(true, false, false, ST_SUPPRECEIVE, $_GET['trans_no']);
 
-?>