RT# 73211 - Add billing event: remove customer tag
[freeside.git] / httemplate / view / quotation.html
index 6687361..0e3e8b3 100755 (executable)
@@ -1,5 +1,4 @@
 <& /elements/header.html, mt('Quotation View'), $menubar &>
-
 <& /elements/init_overlib.html &>
 
 <SCRIPT TYPE="text/javascript">
@@ -9,6 +8,14 @@ function areyousure(href, message) {
 }
 </SCRIPT>
 
+% if ( $quotation->custnum ) {
+  <h2>Quotation #<% $quotationnum %>
+%   if ($quotation->quotation_description) {
+      (<% $quotation->quotation_description |h %>)  
+%   } 
+  </h2>
+% } 
+
 % unless ( $quotation->disabled eq 'Y' ) {
 
 %   my $inrow = 0;
@@ -114,7 +121,7 @@ function areyousure(href, message) {
 
 my $curuser = $FS::CurrentUser::CurrentUser;
 
-#die "access denied"
+#die "access denied";
 #  unless $curuser->access_right('View quotations');
 
 my $can_generate_quotation = $curuser->access_right('Generate quotation');