X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=taxes%2Ftax_types.php;h=f0cf4c8140bd89bd763b2f445ab130d7856a98ba;hb=41f4f83b97d8afc5f4c1be4afccd5049cd5641c0;hp=1ab9f95576a3fc6c2abd82099a546854c26af6d1;hpb=0ad7b92c6cf2e4e65ca0fa94ba31f30f7b292ba8;p=fa-stable.git diff --git a/taxes/tax_types.php b/taxes/tax_types.php index 1ab9f955..f0cf4c81 100644 --- a/taxes/tax_types.php +++ b/taxes/tax_types.php @@ -136,7 +136,7 @@ if (isset($selected_id)) hidden('selected_id', $selected_id); } text_row_ex(_("Description:"), 'name', 50); -small_amount_row(_("Default Rate:"), 'rate', '', "", "%"); +small_amount_row(_("Default Rate:"), 'rate', '', "", "%", user_percent_dec()); gl_all_accounts_list_row(_("Sales GL Account:"), 'sales_gl_code', null); gl_all_accounts_list_row(_("Purchasing GL Account:"), 'purchasing_gl_code', null);