You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2010/12/09 19:55:40 UTC

svn commit: r1044084 - /ofbiz/trunk/applications/party/widget/partymgr/PartyForms.xml

Author: jleroux
Date: Thu Dec  9 18:55:39 2010
New Revision: 1044084

URL: http://svn.apache.org/viewvc?rev=1044084&view=rev
Log:
Fix a typo (double ,)

Modified:
    ofbiz/trunk/applications/party/widget/partymgr/PartyForms.xml

Modified: ofbiz/trunk/applications/party/widget/partymgr/PartyForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/PartyForms.xml?rev=1044084&r1=1044083&r2=1044084&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/widget/partymgr/PartyForms.xml (original)
+++ ofbiz/trunk/applications/party/widget/partymgr/PartyForms.xml Thu Dec  9 18:55:39 2010
@@ -84,7 +84,7 @@ under the License.
         <field name="statusId" use-when="person!=null &amp;&amp; leadDescription!=null">
             <drop-down allow-empty="false">
                 <entity-options description="${description}" entity-name="StatusItem">
-                    <entity-constraint name="statusId" operator="in" value="LEAD_ASSIGNED,PARTY_ENABLED,,PARTY_DISABLED"/>
+                    <entity-constraint name="statusId" operator="in" value="LEAD_ASSIGNED,PARTY_ENABLED,PARTY_DISABLED"/>
                     <entity-order-by field-name="sequenceId"/>
                 </entity-options>
             </drop-down>