You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ha...@apache.org on 2009/08/25 08:22:44 UTC

svn commit: r807495 - /ofbiz/trunk/applications/party/webapp/partymgr/party/profileblocks/Notes.ftl

Author: hansbak
Date: Tue Aug 25 06:22:44 2009
New Revision: 807495

URL: http://svn.apache.org/viewvc?rev=807495&view=rev
Log:
note name optional on menu, but not optional in ftl: fixed

Modified:
    ofbiz/trunk/applications/party/webapp/partymgr/party/profileblocks/Notes.ftl

Modified: ofbiz/trunk/applications/party/webapp/partymgr/party/profileblocks/Notes.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/webapp/partymgr/party/profileblocks/Notes.ftl?rev=807495&r1=807494&r2=807495&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/webapp/partymgr/party/profileblocks/Notes.ftl (original)
+++ ofbiz/trunk/applications/party/webapp/partymgr/party/profileblocks/Notes.ftl Tue Aug 25 06:22:44 2009
@@ -33,7 +33,7 @@
           <#list notes as noteRef>
             <tr>
               <td>
-                <div><b>${uiLabelMap.FormFieldTitle_noteName}: </b>${noteRef.noteName}</div>
+                <div><b>${uiLabelMap.FormFieldTitle_noteName}: </b>${noteRef.noteName?if_exists}</div>
                 <div><b>${uiLabelMap.CommonBy}: </b>${Static["org.ofbiz.party.party.PartyHelper"].getPartyName(delegator, noteRef.noteParty, true)}</div>
                 <div><b>${uiLabelMap.CommonAt}: </b>${noteRef.noteDateTime.toString()}</div>
               </td>