X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=taxes%2Ftax_types.php;h=c6860daa3b412dfd6fdbaace746fd7a34cb53f97;hb=b814319d8fa32f95ee65de79df28083d9d38f68e;hp=6639e05a8eddaaeebe8588b6df010506d83b2523;hpb=d567a10b7925c8bb97c734e213d6651a979af29d;p=fa-stable.git diff --git a/taxes/tax_types.php b/taxes/tax_types.php index 6639e05a..c6860daa 100644 --- a/taxes/tax_types.php +++ b/taxes/tax_types.php @@ -45,7 +45,7 @@ if ($Mode=='ADD_ITEM' && can_process()) { add_tax_type($_POST['name'], $_POST['sales_gl_code'], - $_POST['purchasing_gl_code'], input_num('rate')); + $_POST['purchasing_gl_code'], input_num('rate', 0)); display_notification(_('New tax type has been added')); $Mode = 'RESET'; }