X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fquotation.html;h=0e3e8b3c6cbd9022455c9cffc3233855a24a254a;hb=71039cd742898a214fe7ae6f3908beb15a0270c6;hp=66873616b2334883c90c5428c1a0f516195654f8;hpb=622d9a5930f47dad0c2897fed1b523138cb3e5c5;p=freeside.git diff --git a/httemplate/view/quotation.html b/httemplate/view/quotation.html index 66873616b..0e3e8b3c6 100755 --- a/httemplate/view/quotation.html +++ b/httemplate/view/quotation.html @@ -1,5 +1,4 @@ <& /elements/header.html, mt('Quotation View'), $menubar &> - <& /elements/init_overlib.html &> +% if ( $quotation->custnum ) { +

Quotation #<% $quotationnum %> +% if ($quotation->quotation_description) { + (<% $quotation->quotation_description |h %>) +% } +

+% } + % unless ( $quotation->disabled eq 'Y' ) { % my $inrow = 0; @@ -114,7 +121,7 @@ function areyousure(href, message) { my $curuser = $FS::CurrentUser::CurrentUser; -#die "access denied" +#die "access denied"; # unless $curuser->access_right('View quotations'); my $can_generate_quotation = $curuser->access_right('Generate quotation');