[0004212] Work Order Entry: fixed error when voided WO refence is reused.
[fa-stable.git] / taxes / tax_types.php
index a467b6487b22ae1316108540ac5abadc2a7ddbf3..c826ae4847dcc6e97b1a70e3760ea26e85c41b78 100644 (file)
@@ -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();
 
-?>