Changed API for input/lists functions, added empty hints when needed
[fa-stable.git] / taxes / tax_groups.php
index 398d6255f485aff7b1e32db5cd13c8435585e4d4..e7f99f21e86b3b213ec66d7a9535caca1d6a6375 100644 (file)
@@ -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()) 
        {