X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fprocess%2Fquotation.html;h=1cda30f6062166c868f27bed911330e6bd16b671;hb=b71b1576c68bc40ad26592b354feace37a029f0e;hp=7671c3694cf1d1eabb472838faa67c304b31787d;hpb=85e677b86fc37c54e6de2b06340351a28f5a5916;p=freeside.git diff --git a/httemplate/edit/process/quotation.html b/httemplate/edit/process/quotation.html index 7671c3694..1cda30f60 100644 --- a/httemplate/edit/process/quotation.html +++ b/httemplate/edit/process/quotation.html @@ -1,6 +1,6 @@ <% include( 'elements/process.html', 'table' => 'quotation', - 'redirect' => $p.'view/quotation.html?', + 'redirect' => popurl(3).'view/quotation.html?', ) %> <%init> @@ -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); +