X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=admin%2Fpayment_terms.php;h=e58a9fded3bf811a622c8a11887524673229e7a4;hb=55c51a9db64c9fe402d615e204824f8e4cd6a310;hp=a6aa77e77011570f350c40aa6a67594f3bb954a6;hpb=cc9972b02f2bf4ece12da3431266e85e96872fb1;p=fa-stable.git diff --git a/admin/payment_terms.php b/admin/payment_terms.php index a6aa77e7..e58a9fde 100644 --- a/admin/payment_terms.php +++ b/admin/payment_terms.php @@ -36,13 +36,13 @@ if ($Mode=='ADD_ITEM' || $Mode=='UPDATE_ITEM') $inpug_error = 1; display_error( _("The Terms description must be entered.")); set_focus('terms'); - } - elseif ($_POST['DayNumber'] > 30 && !check_value('DaysOrFoll')) - { - $inpug_error = 1; - display_error( _("When the check box to indicate a day in the following month is the due date, the due date cannot be a day after the 30th. A number between 1 and 30 is expected.")); - set_focus('DayNumber'); - } + } // there should be no limits by 30 here if they want longer payment terms. Joe Hunt 2010-05-31 + //elseif ($_POST['DayNumber'] > 30 && !check_value('DaysOrFoll')) + //{ + // $inpug_error = 1; + // display_error( _("When the check box to indicate a day in the following month is the due date, the due date cannot be a day after the 30th. A number between 1 and 30 is expected.")); + // set_focus('DayNumber'); + //} elseif ($_POST['DayNumber'] > 500 && check_value('DaysOrFoll')) { $inpug_error = 1; @@ -107,7 +107,7 @@ if ($Mode == 'RESET') $result = get_payment_terms_all(check_value('show_inactive')); start_form(); -start_table($table_style); +start_table(TABLESTYLE); $th = array(_("Description"), _("Following Month On"), _("Due After (Days)"), "", ""); inactive_control_column($th); table_header($th); @@ -151,7 +151,7 @@ end_table(1); //------------------------------------------------------------------------------------------------- -start_table($table_style2); +start_table(TABLESTYLE2); $day_in_following_month = $days_before_due = 0; if ($selected_id != -1)