From 6e8d47545088670085190e5a3a923cff930174e4 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Fri, 23 Mar 2012 11:40:32 -0700 Subject: [PATCH] wtf? --- httemplate/edit/process/REAL_cust_pkg.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httemplate/edit/process/REAL_cust_pkg.cgi b/httemplate/edit/process/REAL_cust_pkg.cgi index 6f5b38fa2..3e0ef59c1 100755 --- a/httemplate/edit/process/REAL_cust_pkg.cgi +++ b/httemplate/edit/process/REAL_cust_pkg.cgi @@ -38,7 +38,7 @@ push @errors, '_setupadd_areyousure' if $hash{'setup'} && ! $old->setup # if the setup date was added && ! $cgi->param('setupadd_areyousure'); # and it wasn't confirmed -rors, '_start' +push @errors, '_start' if $hash{'start_date'} && !$old->start_date # if a start date was added && $hash{'setup'}; # but there's a setup date -- 2.11.0