X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=taxes%2Ftax_groups.php;h=e7f99f21e86b3b213ec66d7a9535caca1d6a6375;hb=425fc1ef0f159173f03532054863691d30f5fa17;hp=398d6255f485aff7b1e32db5cd13c8435585e4d4;hpb=6183e9450dcd7e4c747889c10903f6ff1b0add33;p=fa-stable.git diff --git a/taxes/tax_groups.php b/taxes/tax_groups.php index 398d6255..e7f99f21 100644 --- a/taxes/tax_groups.php +++ b/taxes/tax_groups.php @@ -210,7 +210,7 @@ for ($i = 0; $i < 5; $i++) start_row(); if (!isset($_POST['tax_type_id' . $i])) $_POST['tax_type_id' . $i] = 0; - tax_types_list_cells(null, 'tax_type_id' . $i, $_POST['tax_type_id' . $i], true, _("None"), true); + tax_types_list_cells(null, 'tax_type_id' . $i, $_POST['tax_type_id' . $i], _("None"), true); if ($_POST['tax_type_id' . $i] != 0 && $_POST['tax_type_id' . $i] != reserved_words::get_all_numeric()) {