[OFBiz] SVN: r5888 - trunk/applications/order/entitydef

jacopo at svn.ofbiz.org jacopo at svn.ofbiz.org
Sun Oct 2 01:22:57 EDT 2005


Author: jacopo
Date: 2005-10-02 00:22:51 -0500 (Sun, 02 Oct 2005)
New Revision: 5888

Modified:
   trunk/applications/order/entitydef/entitymodel_view.xml
Log:
Included in the CustRequestAndRoles view definition the new field CustRequest.fromPartyId field, recently added from David Jones to store the requester party: the requester party should no more stored in the CustRequestRole entity.

Modified: trunk/applications/order/entitydef/entitymodel_view.xml
===================================================================
--- trunk/applications/order/entitydef/entitymodel_view.xml	2005-10-02 05:18:45 UTC (rev 5887)
+++ trunk/applications/order/entitydef/entitymodel_view.xml	2005-10-02 05:22:51 UTC (rev 5888)
@@ -906,6 +906,7 @@
       <alias entity-alias="CR" name="custRequestId"/>
       <alias entity-alias="CR" name="custRequestTypeId"/>
       <alias entity-alias="CR" name="statusId"/>
+      <alias entity-alias="CR" name="fromPartyId"/>
       <alias entity-alias="CR" name="priority"/>
       <alias entity-alias="CR" name="custRequestDate"/>
       <alias entity-alias="CR" name="responseRequiredDate"/>



More information about the Svn mailing list