Replaced the global variables for table styles to defined CSS classes.
[fa-stable.git] / admin / payment_terms.php
index a6aa77e77011570f350c40aa6a67594f3bb954a6..4e07c6e4a95706d9fe7e76e13d537361dc8d891d 100644 (file)
@@ -107,7 +107,7 @@ if ($Mode == 'RESET')
 $result = get_payment_terms_all(check_value('show_inactive'));
 
 start_form();
-start_table($table_style);
+start_table(TABLESTYLE);
 $th = array(_("Description"), _("Following Month On"), _("Due After (Days)"), "", "");
 inactive_control_column($th);
 table_header($th);
@@ -151,7 +151,7 @@ end_table(1);
 
 //-------------------------------------------------------------------------------------------------
 
-start_table($table_style2);
+start_table(TABLESTYLE2);
 
 $day_in_following_month = $days_before_due = 0;
 if ($selected_id != -1)