X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=taxes%2Ftax_types.php;h=a467b6487b22ae1316108540ac5abadc2a7ddbf3;hb=a482c8ff040347dc7eb5a4962f23347053983f79;hp=14af1c196946bb44ec1d02cd198b8404b2e0cecc;hpb=5f06887dedd4d14701864fb72994d7e20352086d;p=fa-stable.git diff --git a/taxes/tax_types.php b/taxes/tax_types.php index 14af1c19..a467b648 100644 --- a/taxes/tax_types.php +++ b/taxes/tax_types.php @@ -110,7 +110,7 @@ $result = get_all_tax_types(check_value('show_inactive')); start_form(); display_note(_("To avoid problems with manual journal entry all tax types should have unique Sales/Purchasing GL accounts.")); -start_table($table_style); +start_table(TABLESTYLE); $th = array(_("Description"), _("Default Rate (%)"), _("Sales GL Account"), _("Purchasing GL Account"), "", ""); @@ -139,7 +139,7 @@ inactive_control_row($th); end_table(1); //----------------------------------------------------------------------------------- -start_table($table_style2); +start_table(TABLESTYLE2); if ($selected_id != -1) {