Function line misplaced.
[fa-stable.git] / sales / manage / sales_points.php
index 3455c85ca8f5bdbebb7cb67c2c241326ecd508c7..972e3afc6dbbaeda446198dce8d8217de3c61db4 100644 (file)
@@ -79,7 +79,7 @@ if ($Mode == 'RESET')
 $result = get_all_sales_points(check_value('show_inactive'));
 
 start_form();
-start_table("$table_style");
+start_table(TABLESTYLE);
 
 $th = array (_('POS Name'), _('Credit sale'), _('Cash sale'), _('Location'), _('Default account'), 
         '','');
@@ -109,7 +109,7 @@ $cash = db_has_cash_accounts();
 
 if (!$cash) display_note(_("To have cash POS first define at least one cash bank account."));
 
-start_table($table_style2);
+start_table(TABLESTYLE2);
 
 if ($selected_id != -1)
 {
@@ -145,4 +145,3 @@ end_form();
 
 end_page();
 
-?>