svn commit: r629069 - /ofbiz/trunk/applications/party/webapp/partymgr/communication/CommForms.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r629069 - /ofbiz/trunk/applications/party/webapp/partymgr/communication/CommForms.xml

mor-2
Author: mor
Date: Tue Feb 19 03:15:34 2008
New Revision: 629069

URL: http://svn.apache.org/viewvc?rev=629069&view=rev
Log:
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>