Round to nearest value of 0 produced a division by zero error
[fa-stable.git] / admin / company_preferences.php
index 366fc852613328c472df27031ce3af399a249e8b..3ee19edbc7a493be95e19e3763c7ecd0d95cf7ef 100644 (file)
@@ -102,6 +102,8 @@ if (isset($_POST['update']) && $_POST['update'] != "")
        }
        if ($_POST['add_pct'] == "")
                $_POST['add_pct'] = -1;
+       if ($_POST['round_to'] <= 0)
+               $_POST['round_to'] = 1;
        if ($input_error != 1)
        {
                update_company_setup($_POST['coy_name'], $_POST['coy_no'],