X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=taxes%2Ftax_types.php;h=c826ae4847dcc6e97b1a70e3760ea26e85c41b78;hb=25379bdc9f10bda4aae4b37f04d16eb1bbe7e4f6;hp=a467b6487b22ae1316108540ac5abadc2a7ddbf3;hpb=d9b4de9d7e9d3ba77f6ece752fd6cc988effd8f1;p=fa-stable.git diff --git a/taxes/tax_types.php b/taxes/tax_types.php index a467b648..c826ae48 100644 --- a/taxes/tax_types.php +++ b/taxes/tax_types.php @@ -109,7 +109,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.")); +display_note(_("To avoid problems with manual journal entry all tax types should have unique Sales/Purchasing GL accounts."), 0, 1); start_table(TABLESTYLE); $th = array(_("Description"), _("Default Rate (%)"), @@ -169,4 +169,3 @@ end_form(); end_page(); -?>