X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fmanage%2Fsales_points.php;h=a8a47af4036f2e55003fcaff6e8d1b7136353a72;hb=bf5873e7f5925d0f616743fce771873a4b7cecdf;hp=dbee5c8225a8997901206cf7867c032f658f8a3a;hpb=01d4a724556d029a847a85befebb718278eaba6d;p=fa-stable.git diff --git a/sales/manage/sales_points.php b/sales/manage/sales_points.php index dbee5c82..a8a47af4 100644 --- a/sales/manage/sales_points.php +++ b/sales/manage/sales_points.php @@ -1,10 +1,19 @@ . +***********************************************************************/ $page_security = 15; $path_to_root="../.."; include_once($path_to_root . "/includes/session.inc"); -page(_("Sales Types")); +page(_("POS settings")); include_once($path_to_root . "/includes/ui.inc"); include_once($path_to_root . "/sales/includes/db/sales_points_db.inc"); @@ -86,7 +95,7 @@ while ($myrow = db_fetch($result)) label_cell($myrow["location_name"], ""); label_cell($myrow["bank_account_name"], ""); edit_button_cell("Edit".$myrow['id'], _("Edit")); - edit_button_cell("Delete".$myrow['id'], _("Delete")); + delete_button_cell("Delete".$myrow['id'], _("Delete")); end_row(); } @@ -97,7 +106,7 @@ echo '
'; start_form(); -start_table("$table_style2 width=30%"); +start_table($table_style2); if ($selected_id != -1) { @@ -122,7 +131,7 @@ cash_accounts_list_row(_("Default cash account").':', 'account'); end_table(1); -submit_add_or_update_center($selected_id == -1, '', true); +submit_add_or_update_center($selected_id == -1, '', 'both'); end_form();