X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=taxes%2Ftax_groups.php;h=f04e0bfa3ecb13a8a16b75c3ec27b3f4ab194670;hb=3c4482206218de2faceeb2f6563c92f28e57db50;hp=fdc065101a2b68ec224448d996128647102921b9;hpb=0ad7b92c6cf2e4e65ca0fa94ba31f30f7b292ba8;p=fa-stable.git diff --git a/taxes/tax_groups.php b/taxes/tax_groups.php index fdc06510..f04e0bfa 100644 --- a/taxes/tax_groups.php +++ b/taxes/tax_groups.php @@ -218,7 +218,8 @@ for ($i = 0; $i < 5; $i++) if (!isset($_POST['rate' . $i]) || $_POST['rate' . $i] == "") $_POST['rate' . $i] = percent_format($default_rate); - small_amount_cells(null, 'rate' . $i, $_POST['rate' . $i]); + small_amount_cells(null, 'rate' . $i, $_POST['rate' . $i], null, null, + user_percent_dec()); } end_row(); }