X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fquotation.html;h=41a5a87c506e275ef64dc0e39a6bd13e2304aea4;hb=c4f0fd74ef73d08f644693d2829086fddc2e7b7e;hp=644d28f194cb8661f0a42fc89ca713a23cca772a;hpb=ba751f4f2e474abd9312d958952b6c1a3821dc7c;p=freeside.git diff --git a/httemplate/view/quotation.html b/httemplate/view/quotation.html index 644d28f19..41a5a87c5 100755 --- a/httemplate/view/quotation.html +++ b/httemplate/view/quotation.html @@ -1,3 +1,12 @@ +% if ( $quotation->custnum ) { +<& /elements/header-cust_main.html, view=>'quotations', custnum=>$quotation->custnum &> +

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

+% } else { #eventually, header-prospect_main.html +>>>>>>> 512a0bd... RT# 74666, Added quotation description to customer quotation list and quotation view <& /elements/header.html, mt('Quotation View'), $menubar &> <& /elements/init_overlib.html &> @@ -63,7 +72,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 +106,7 @@ function areyousure(href, message) { % } % if (length($confidence)) { -Confidence:<% $confidence %> +Confidence:<% $confidence %>% % } % }