diff options
Diffstat (limited to 'httemplate/edit/cust_pay.cgi')
| -rwxr-xr-x | httemplate/edit/cust_pay.cgi | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/httemplate/edit/cust_pay.cgi b/httemplate/edit/cust_pay.cgi index a6b73b13a..cc4ec605d 100755 --- a/httemplate/edit/cust_pay.cgi +++ b/httemplate/edit/cust_pay.cgi @@ -113,7 +113,7 @@ if ( $cgi->param('error') ) {    $paid     = $cgi->param('paid');    $payby    = $cgi->param('payby');    $payinfo  = $cgi->param('payinfo'); -  $_date    = $cgi->param('_date') ? str2time($cgi->param('_date')) : time; +  $_date    = $cgi->param('_date') ? parse_datetime($cgi->param('_date')) : time;  } elsif ( $cgi->param('custnum') =~ /^(\d+)$/ ) {    $link     = $cgi->param('popup') ? 'popup' : 'custnum';    $linknum  = $1; | 
