summaryrefslogtreecommitdiff
path: root/httemplate/edit/process/deploy_zone-fixed.html
diff options
context:
space:
mode:
authorChristopher Burger <burgerc@freeside.biz>2017-08-28 11:50:25 -0400
committerChristopher Burger <burgerc@freeside.biz>2017-08-29 08:52:58 -0400
commitd2bcbc27dcf98be7d183aa8e71b029a647e6200c (patch)
treed53f940c9f13ddf8de25028a5e4c3577a733e15e /httemplate/edit/process/deploy_zone-fixed.html
parent854285c1b4abfab0dc9f781026713dc05521d5e1 (diff)
RT# 77200 - Changed fixed active date to a user input date
Diffstat (limited to 'httemplate/edit/process/deploy_zone-fixed.html')
-rw-r--r--httemplate/edit/process/deploy_zone-fixed.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/httemplate/edit/process/deploy_zone-fixed.html b/httemplate/edit/process/deploy_zone-fixed.html
index 0033bbe52..b22e63066 100644
--- a/httemplate/edit/process/deploy_zone-fixed.html
+++ b/httemplate/edit/process/deploy_zone-fixed.html
@@ -28,6 +28,10 @@ my $precheck_callback = sub {
$i++;
}
}
+ if ( length $cgi->param('active_date') ) {
+ my $date = parse_datetime( $cgi->param('active_date') );
+ $cgi->param('active_date', $date);
+ }
'';
};
</%init>