0004641: items->transactions should not show QOH for service items. @Braathwaate...
[fa-stable.git] / sales / manage / sales_areas.php
index 1b528388322da0eb5b0181251c523e521aa53927..7e513861211d27c5b4d6a75eff4c17c5add09354 100644 (file)
@@ -83,7 +83,7 @@ if ($Mode == 'RESET')
 $result = get_sales_areas(check_value('show_inactive'));
 
 start_form();
-start_table("$table_style width=30%");
+start_table(TABLESTYLE, "width='30%'");
 
 $th = array(_("Area Name"), "", "");
 inactive_control_column($th);
@@ -111,7 +111,7 @@ echo '<br>';
 
 //-------------------------------------------------------------------------------------------------
 
-start_table($table_style2);
+start_table(TABLESTYLE2);
 
 if ($selected_id != -1) 
 {
@@ -133,4 +133,3 @@ submit_add_or_update_center($selected_id == -1, '', 'both');
 end_form();
 
 end_page();
-?>