X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fprocess%2Fdeploy_zone-mobile.html;h=9b205ab6e238760f8197672ce6343541e9050341;hb=1fc8addc56f8daf12397da568eb1ac1b27fd3984;hp=d36d5d448303756972d6916e92beb89ea5a30464;hpb=d07c72046444319e0811c6a00b504885da091992;p=freeside.git diff --git a/httemplate/edit/process/deploy_zone-mobile.html b/httemplate/edit/process/deploy_zone-mobile.html index d36d5d448..9b205ab6e 100644 --- a/httemplate/edit/process/deploy_zone-mobile.html +++ b/httemplate/edit/process/deploy_zone-mobile.html @@ -21,6 +21,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); + } ''; };