summaryrefslogtreecommitdiff
path: root/httemplate/edit/process/deploy_zone-fixed.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2017-10-03 09:36:51 -0700
committerIvan Kohler <ivan@freeside.biz>2017-10-03 09:36:51 -0700
commit929783d1045757abbe5c84ff2439547b0f8eca23 (patch)
tree21b0a2c17ce809115712042b61f47c97b3b8ef0a /httemplate/edit/process/deploy_zone-fixed.html
parent9270a9fe7ea00f5a24a9ce3b927f932db6650b23 (diff)
parent90430c5c67581b41b3c4ad48f70b9e443092977b (diff)
Merge branch 'master' of git.freeside.biz:/home/git/freeside
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>