diff options
author | Christopher Burger <burgerc@freeside.biz> | 2017-03-16 20:28:56 -0400 |
---|---|---|
committer | Christopher Burger <burgerc@freeside.biz> | 2017-05-24 14:55:02 -0400 |
commit | 674f60dc84dd3eaefba0d7c582a92f5679cf2f66 (patch) | |
tree | 822e370b801c835fc00dd8af0485c6d8787065ae /httemplate/view | |
parent | 2e24da864a3a71ec242f8feb2c13042a1d61faeb (diff) |
RT# 74666, Added quotation description to customer quotation list and quotation view
Diffstat (limited to 'httemplate/view')
-rwxr-xr-x | httemplate/view/quotation.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/httemplate/view/quotation.html b/httemplate/view/quotation.html index 66873616b..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 &> +<h2>Quotation #<% $quotationnum %> +% if ($quotation->quotation_description) { +(<% $quotation->quotation_description %>) +% } +</h2> +% } 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 &> |