X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=taxes%2Ftax_groups.php;h=a210ad965747eea460b16da09d2cbc22dc481a69;hb=d9b4de9d7e9d3ba77f6ece752fd6cc988effd8f1;hp=13990c38bb4bdafce31e6257a1c508fb71d886cb;hpb=67abd2b071302a327df63fb949963f0b45d62196;p=fa-stable.git diff --git a/taxes/tax_groups.php b/taxes/tax_groups.php index 13990c38..a210ad96 100644 --- a/taxes/tax_groups.php +++ b/taxes/tax_groups.php @@ -141,7 +141,7 @@ if ($Mode == 'RESET') $result = get_all_tax_groups(check_value('show_inactive')); start_form(); -start_table($table_style); +start_table(TABLESTYLE); $th = array(_("Description"), _("Tax Shipping"), "", ""); inactive_control_column($th); table_header($th); @@ -173,7 +173,7 @@ end_table(1); //----------------------------------------------------------------------------------- -start_table($table_style2); +start_table(TABLESTYLE2); if ($selected_id != -1) { @@ -206,7 +206,7 @@ end_table(); display_note(_("Select the taxes that are included in this group."), 1); -start_table($table_style2); +start_table(TABLESTYLE2); //$th = array(_("Tax"), _("Default Rate (%)"), _("Rate (%)")); //Editable rate has been removed 090920 Joe Hunt $th = array(_("Tax"), _("Rate (%)"));