From 648ed2c4df4a462269fc6c64a5b2d72b6c38fe99 Mon Sep 17 00:00:00 2001 From: Christopher Burger Date: Fri, 30 Jun 2017 09:07:06 -0400 Subject: [PATCH] RT# 74666 - fixed header not displaying error --- httemplate/view/quotation.html | 15 +++++++-------- 1 file 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 ) { -

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' ) { -- 2.11.0