Incorrect Journal Balance (sales invoice) when many decimals in tax and price.
[fa-stable.git] / taxes / item_tax_types.php
index ce94cfe4e5c7d0a1603b22ea30bdaa10f2dc2090..5f2d0e06a6d6304a4211c4d45b1ecb3aae747753 100644 (file)
@@ -113,7 +113,7 @@ if ($Mode == 'RESET')
 $result2 = $result = get_all_item_tax_types(check_value('show_inactive'));
 
 start_form();
-start_table(TABLESTYLE, "width=30%");
+start_table(TABLESTYLE, "width='30%'");
 $th = array(_("Name"), _("Tax exempt"),'','');
 inactive_control_column($th);
 table_header($th);
@@ -209,4 +209,3 @@ end_form();
 
 end_page();
 
-?>