Author: jleroux
Date: Thu Dec 9 18:55:39 2010
New Revision: 1044084
URL:
http://svn.apache.org/viewvc?rev=1044084&view=revLog:
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 && 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>