Merged changes from main CVS (up to 2.2.10)
[fa-stable.git] / admin / payment_terms.php
index 4e07c6e4a95706d9fe7e76e13d537361dc8d891d..e58a9fded3bf811a622c8a11887524673229e7a4 100644 (file)
@@ -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;