Author: mor
Date: Tue Feb 19 03:15:34 2008
New Revision: 629069
URL:
http://svn.apache.org/viewvc?rev=629069&view=revLog:
Applied patch from Jira issue OFBiz-1655 (
https://issues.apache.org/jira/browse/OFBIZ-1655)
Thanks Mridul Pathak for the patch.
Modified:
ofbiz/trunk/applications/party/webapp/partymgr/communication/CommForms.xml
Modified: ofbiz/trunk/applications/party/webapp/partymgr/communication/CommForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/webapp/partymgr/communication/CommForms.xml?rev=629069&r1=629068&r2=629069&view=diff==============================================================================
--- ofbiz/trunk/applications/party/webapp/partymgr/communication/CommForms.xml (original)
+++ ofbiz/trunk/applications/party/webapp/partymgr/communication/CommForms.xml Tue Feb 19 03:15:34 2008
@@ -273,6 +273,11 @@
<entity-options description="${description}" entity-name="RoleType" key-field-name="roleTypeId"/>
</drop-down>
</field>
+ <field name="roleTypeIdTo">
+ <drop-down allow-empty="true">
+ <entity-options description="${description}" entity-name="RoleType" key-field-name="roleTypeId"/>
+ </drop-down>
+ </field>
<field name="custRequestId"><lookup size="20" target-form-name="LookupCustRequest"/></field>
<field name="datetimeStarted" title="${uiLabelMap.CommonStartDate}"><date-find/></field>
<field name="datetimeEnded" title="${uiLabelMap.CommonFinishDate}"><date-find/></field>