Can we make the relation title "Parent" instead of "parentCustRequestId" please?

Adrian Crum
Sandglass Software
www.sandglass-software.com

On 9/17/2013 2:03 AM, hans...@apache.org wrote:
Author: hansbak
Date: Tue Sep 17 09:03:44 2013
New Revision: 1523959

URL: http://svn.apache.org/r1523959
Log:
missing reference in custRequest for parentCustRequestId field

Modified:
     ofbiz/trunk/applications/order/entitydef/entitymodel.xml

Modified: ofbiz/trunk/applications/order/entitydef/entitymodel.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/entitydef/entitymodel.xml?rev=1523959&r1=1523958&r2=1523959&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/entitydef/entitymodel.xml (original)
+++ ofbiz/trunk/applications/order/entitydef/entitymodel.xml Tue Sep 17 
09:03:44 2013
@@ -1780,6 +1780,9 @@ under the License.
        <relation type="one" fk-name="CUST_REQ_CUOM" title="Currency" 
rel-entity-name="Uom">
          <key-map field-name="currencyUomId" rel-field-name="uomId"/>
        </relation>
+      <relation type="one" fk-name="CUST_REQ_PARENT" title="parentCustRequestId" 
rel-entity-name="CustRequest">
+        <key-map field-name="parentCustRequestId" 
rel-field-name="custRequestId"/>
+      </relation>
      </entity>
      <entity entity-name="CustRequestAttribute"
              package-name="org.ofbiz.order.request"
@@ -2903,4 +2906,4 @@ under the License.
      </entity>

   </entitymodel>
-
\ No newline at end of file
+


Reply via email to