[freeside-commits] branch FREESIDE_3_BRANCH updated. 099c4158fe39bda50e3b47fd423d3be05ac2afde

Christopher Burger burgerc at 420.am
Fri Jun 30 06:07:41 PDT 2017


The branch, FREESIDE_3_BRANCH has been updated
       via  099c4158fe39bda50e3b47fd423d3be05ac2afde (commit)
      from  730cb97fdb4f472be9d58ecb4638e2a173602e4f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 099c4158fe39bda50e3b47fd423d3be05ac2afde
Author: Christopher Burger <burgerc at freeside.biz>
Date:   Fri Jun 30 09:07:06 2017 -0400

    fixed header not displaying error

diff --git a/httemplate/view/quotation.html b/httemplate/view/quotation.html
index b73ce0d..4769934 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' ) {
 

-----------------------------------------------------------------------

Summary of changes:
 httemplate/view/quotation.html |   15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)




More information about the freeside-commits mailing list