X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=httemplate%2Fview%2Fquotation.html;h=0e3e8b3c6cbd9022455c9cffc3233855a24a254a;hb=fcb68930c8ae99dd835b5d4899b055d7ea38a1d6;hp=644d28f194cb8661f0a42fc89ca713a23cca772a;hpb=ba751f4f2e474abd9312d958952b6c1a3821dc7c;p=freeside.git diff --git a/httemplate/view/quotation.html b/httemplate/view/quotation.html index 644d28f19..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; @@ -63,7 +70,9 @@ function areyousure(href, message) {

% if ( $curuser->access_right('New customer') && $quotation->quotation_pkg ) { +% # if we end up with more than one option, combine these links and add an interstitial screen Place order + | Order on hold

% } @@ -95,7 +104,7 @@ function areyousure(href, message) { % } % if (length($confidence)) { -Confidence:<% $confidence %> +Confidence:<% $confidence %>% % } % } @@ -112,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');