X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fmanage%2Fsales_types.php;h=a6a09354adfeb211a5e73c00e60cf9e96fd84002;hb=9a1b3abd5371ad7f6315db1d56f8356587444314;hp=bc54f635595860db19096be4d749846847a302ba;hpb=963bc21ea092322d5750d4c0914b5e532e7d2467;p=fa-stable.git diff --git a/sales/manage/sales_types.php b/sales/manage/sales_types.php index bc54f635..a6a09354 100644 --- a/sales/manage/sales_types.php +++ b/sales/manage/sales_types.php @@ -98,7 +98,7 @@ if ($Mode == 'RESET') $result = get_all_sales_types(check_value('show_inactive')); start_form(); -start_table("$table_style width=30%"); +start_table(TABLESTYLE, "width='30%'"); $th = array (_('Type Name'), _('Factor'), _('Tax Incl'), '',''); inactive_control_column($th); @@ -134,7 +134,7 @@ display_note(_("Marked sales type is the company base pricelist for prices calcu if (!isset($_POST['base'])) $_POST['base'] = 0; -start_table($table_style2); +start_table(TABLESTYLE2); if ($selected_id != -1) { @@ -163,4 +163,3 @@ end_form(); end_page(); -?>