From: Christopher Burger Date: Fri, 30 Jun 2017 13:07:06 +0000 (-0400) Subject: RT# 74666 - fixed header not displaying error X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=648ed2c4df4a462269fc6c64a5b2d72b6c38fe99 RT# 74666 - fixed header not displaying error --- 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 ) { -

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

-% } 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) { } -% } +% if ( $quotation->custnum ) { +

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

+% } % unless ( $quotation->disabled eq 'Y' ) {