diff options
-rwxr-xr-x | httemplate/view/quotation.html | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/httemplate/view/quotation.html b/httemplate/view/quotation.html index b73ce0d74..4769934d9 100755 --- a/httemplate/view/quotation.html +++ b/httemplate/view/quotation.html @@ -1,10 +1,3 @@ -% if ( $quotation->custnum ) { -<h2>Quotation #<% $quotationnum %> -% if ($quotation->quotation_description) { -(<% $quotation->quotation_description %>) -% } -</h2> -% } else { #eventually, header-prospect_main.html <& /elements/header.html, mt('Quotation View'), $menubar &> <& /elements/init_overlib.html &> @@ -15,7 +8,13 @@ function areyousure(href, message) { } </SCRIPT> -% } +% if ( $quotation->custnum ) { + <h2>Quotation #<% $quotationnum %> +% if ($quotation->quotation_description) { + (<% $quotation->quotation_description %>) +% } + </h2> +% } % unless ( $quotation->disabled eq 'Y' ) { |