diff options
| author | Jonathan Prykop <jonathan@freeside.biz> | 2016-03-02 15:11:04 -0600 |
|---|---|---|
| committer | Jonathan Prykop <jonathan@freeside.biz> | 2016-03-08 13:34:17 -0600 |
| commit | ba751f4f2e474abd9312d958952b6c1a3821dc7c (patch) | |
| tree | 65c82a6d720a6ae6cf0e0f0a289790ee783fdf70 /httemplate/edit/process/quotation.html | |
| parent | 714a06b80a66589cc2a16bb2f414b256a679cb66 (diff) | |
RT#38733: Sales forecasting using quotes
Diffstat (limited to 'httemplate/edit/process/quotation.html')
| -rw-r--r-- | httemplate/edit/process/quotation.html | 4 |
1 files changed, 4 insertions, 0 deletions
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); + </%init> |
