Replaced the global variables for table styles to defined CSS classes.
[fa-stable.git] / inventory / purchasing_data.php
index 7bb09a54e2056e62da090ee3504bce9a3fb154e4..f7b44c4d879e948ca33a5abc08a5ef74121e686a 100644 (file)
@@ -122,7 +122,7 @@ else
     }
     else
     {
-        start_table("$table_style width=65%");
+        start_table(TABLESTYLE, "width=65%");
 
                $th = array(_("Supplier"), _("Price"), _("Currency"),
                        _("Supplier's Unit"), _("Conversion Factor"), _("Supplier's Description"), "", "");
@@ -174,7 +174,7 @@ if ($Mode =='Edit')
 
 br();
 hidden('selected_id', $selected_id);
-start_table($table_style2);
+start_table(TABLESTYLE2);
 
 if ($Mode == 'Edit')
 {