X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fprocess%2Fdeploy_zone-fixed.html;h=b22e63066f83b3243e3c45bc1f0d04a10e808359;hb=f48ffc61601d08024aeff19ecd07d7420fc4e5b3;hp=0033bbe52e6e282153617008e2ebcc920d93b03a;hpb=d07c72046444319e0811c6a00b504885da091992;p=freeside.git 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); + } ''; };