Replaced the global variables for table styles to defined CSS classes.
[fa-stable.git] / purchasing / includes / ui / grn_ui.inc
index 986d5a9f3191b1e4fff32b15dc20323083a92533..cfb2f26c21fa7dc120c76a4eeab39247a0017150 100644 (file)
@@ -13,8 +13,8 @@
 
 function display_grn_summary(&$po, $editable=false)
 {
-       global $table_style2, $Refs;
-    start_table("$table_style2 width=90%");
+       global $Refs;
+    start_table(TABLESTYLE2, "width=90%");
     
     start_row();
        label_cells(_("Supplier"), $po->supplier_name, "class='tableheader2'");