fixed header not displaying error
authorChristopher Burger <burgerc@freeside.biz>
Fri, 30 Jun 2017 13:07:06 +0000 (09:07 -0400)
committerChristopher Burger <burgerc@freeside.biz>
Fri, 30 Jun 2017 13:07:06 +0000 (09:07 -0400)
httemplate/view/quotation.html

index b73ce0d..4769934 100755 (executable)
@@ -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' ) {