X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=admin%2Fpayment_terms.php;h=1dd5dc67d9b533af4a79efd18634046d4ebe76ec;hb=3ff9ed87cb909f19c8fe3e7dfda5df79d0c01a6c;hp=7bc52c7c63da4a3cc37de9d659ffd29887eb6787;hpb=902f1015d874c33bd7946b17de2ad80b4f2144b6;p=fa-stable.git diff --git a/admin/payment_terms.php b/admin/payment_terms.php index 7bc52c7c..1dd5dc67 100644 --- a/admin/payment_terms.php +++ b/admin/payment_terms.php @@ -206,6 +206,7 @@ if ($selected_id != -1) $_POST['terms'] = $myrow["terms"]; $days_before_due = $myrow["days_before_due"]; $day_in_following_month = $myrow["day_in_following_month"]; + unset($_POST['DayNumber']); } hidden('selected_id', $selected_id); }