fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [16774] more on eventplanner


From: sigurdne
Subject: [Fmsystem-commits] [16774] more on eventplanner
Date: Tue, 23 May 2017 03:04:34 -0400 (EDT)

Revision: 16774
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=16774
Author:   sigurdne
Date:     2017-05-23 03:04:34 -0400 (Tue, 23 May 2017)
Log Message:
-----------
more on eventplanner

Modified Paths:
--------------
    trunk/eventplanner/inc/class.bobooking.inc.php

Modified: trunk/eventplanner/inc/class.bobooking.inc.php
===================================================================
--- trunk/eventplanner/inc/class.bobooking.inc.php      2017-05-23 03:38:53 UTC 
(rev 16773)
+++ trunk/eventplanner/inc/class.bobooking.inc.php      2017-05-23 07:04:34 UTC 
(rev 16774)
@@ -237,10 +237,9 @@
                        if($vendor_receipt_text)
                        {
 
-                               $lang_vendor_note = lang('vendor note');
+                       //      $lang_vendor_note = lang('vendor note');
                                $body .= <<<HTML
-                               <h4>{$lang_vendor_note}</h4>
-                               <pre>{$vendor_receipt_text}</pre>
+                               {$vendor_receipt_text}
 HTML;
 
                        }
@@ -249,10 +248,9 @@
                        if($customer_receipt_text)
                        {
 
-                               $lang_customer_note = lang('customer note');
+                       //      $lang_customer_note = lang('customer note');
                                $body .= <<<HTML
-                               <h4>{$lang_customer_note}</h4>
-                               <pre>{$customer_receipt_text}</pre>
+                               {$customer_receipt_text}
 HTML;
 
                        }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]