[0004904] Customer Credit Note: fixed invalid inventory GL postings for service items.
[fa-stable.git] / taxes / tax_types.php
index 14af1c196946bb44ec1d02cd198b8404b2e0cecc..c826ae4847dcc6e97b1a70e3760ea26e85c41b78 100644 (file)
@@ -109,8 +109,8 @@ $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);
+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 (%)"),
        _("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) 
 {
@@ -169,4 +169,3 @@ end_form();
 
 end_page();
 
-?>