From bf4e71db6af0d0a86edcec8b447d8b5444d45f6c Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Fri, 23 Mar 2012 11:21:10 -0700 Subject: warn if adding a setup date too --- httemplate/edit/process/REAL_cust_pkg.cgi | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'httemplate/edit/process/REAL_cust_pkg.cgi') diff --git a/httemplate/edit/process/REAL_cust_pkg.cgi b/httemplate/edit/process/REAL_cust_pkg.cgi index 9c36c8b77..6f5b38fa2 100755 --- a/httemplate/edit/process/REAL_cust_pkg.cgi +++ b/httemplate/edit/process/REAL_cust_pkg.cgi @@ -34,7 +34,11 @@ push @errors, '_setup_areyousure' if ! $hash{'setup'} && $old->setup # if the setup date was removed && ! $cgi->param('setup_areyousure'); # and it wasn't confirmed -push @errors, '_start' +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' if $hash{'start_date'} && !$old->start_date # if a start date was added && $hash{'setup'}; # but there's a setup date -- cgit v1.2.1