X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fprocess%2Fquick-charge.cgi;h=484f6fcc64b4cf0a1fa21b5a1eea9b1541e0ad22;hb=8d534e61d74e561a15f0863a835cda4af639a9ea;hp=27921b8c36580e34559b84eb02855cc22a1cbede;hpb=e078ca418dcf3c7b92efcd371ce761df3314c369;p=freeside.git diff --git a/httemplate/edit/process/quick-charge.cgi b/httemplate/edit/process/quick-charge.cgi index 27921b8c3..484f6fcc6 100644 --- a/httemplate/edit/process/quick-charge.cgi +++ b/httemplate/edit/process/quick-charge.cgi @@ -58,7 +58,7 @@ unless ( $error ) { 'bill_now' => scalar($cgi->param('bill_now')), 'invoice_terms' => scalar($cgi->param('invoice_terms')), 'start_date' => ( scalar($cgi->param('start_date')) - ? str2time($cgi->param('start_date')) + ? parse_datetime($cgi->param('start_date')) : '' ), 'no_auto' => scalar($cgi->param('no_auto')),