From 7cccefa1dca60909499b11dff96124a793c4c92d Mon Sep 17 00:00:00 2001 From: Jonathan Prykop Date: Wed, 2 Mar 2016 15:11:04 -0600 Subject: RT#38733: Sales forecasting using quotes --- httemplate/edit/process/quotation.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'httemplate/edit/process/quotation.html') diff --git a/httemplate/edit/process/quotation.html b/httemplate/edit/process/quotation.html index a69566581..1cda30f60 100644 --- a/httemplate/edit/process/quotation.html +++ b/httemplate/edit/process/quotation.html @@ -8,4 +8,8 @@ die "access denied" unless $FS::CurrentUser::CurrentUser->access_right('Generate quotation'); +my $close_date = $cgi->param('close_date'); +$close_date = parse_datetime($close_date); +$cgi->param('close_date',$close_date); + -- cgit v1.2.1