X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fmanage%2Fsales_types.php;h=a6a09354adfeb211a5e73c00e60cf9e96fd84002;hb=8199b71bc7336abdedadc24b9be0c3fbb9546988;hp=1a5c1f610ea9d2275b809a005d1df448af52ec6f;hpb=d9b4de9d7e9d3ba77f6ece752fd6cc988effd8f1;p=fa-stable.git diff --git a/sales/manage/sales_types.php b/sales/manage/sales_types.php index 1a5c1f61..a6a09354 100644 --- a/sales/manage/sales_types.php +++ b/sales/manage/sales_types.php @@ -98,7 +98,7 @@ if ($Mode == 'RESET') $result = get_all_sales_types(check_value('show_inactive')); start_form(); -start_table(TABLESTYLE, "width=30%"); +start_table(TABLESTYLE, "width='30%'"); $th = array (_('Type Name'), _('Factor'), _('Tax Incl'), '',''); inactive_control_column($th); @@ -163,4 +163,3 @@ end_form(); end_page(); -?>