X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fprocess%2Fquotation.html;h=1cda30f6062166c868f27bed911330e6bd16b671;hb=5a4575731851fce0eba09f9e1b5b0ff589ded357;hp=7671c3694cf1d1eabb472838faa67c304b31787d;hpb=e5ab051ccdb7637d8dd2f0ed9b4fe9aaaf1d1100;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); +