You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by do...@apache.org on 2010/09/08 21:03:12 UTC

svn commit: r995201 - /ofbiz/trunk/applications/order/entitydef/entitymodel.xml

Author: doogie
Date: Wed Sep  8 19:03:12 2010
New Revision: 995201

URL: http://svn.apache.org/viewvc?rev=995201&view=rev
Log:
Add ReturnHeader.supplierRmaId, an informational header, to provide a
field to support tracking of rmas by suppliers.

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=995201&r1=995200&r2=995201&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/entitydef/entitymodel.xml (original)
+++ ofbiz/trunk/applications/order/entitydef/entitymodel.xml Wed Sep  8 19:03:12 2010
@@ -2377,6 +2377,7 @@ under the License.
         <field name="destinationFacilityId" type="id"></field>
         <field name="needsInventoryReceive" type="indicator"></field>
         <field name="currencyUomId" type="id-ne"></field>
+        <field name="supplierRmaId" type="id"></field>
         <prim-key field="returnId"/>
         <relation type="one" fk-name="RTN_HEAD_TYPE" rel-entity-name="ReturnHeaderType">
             <key-map field-name="returnHeaderTypeId"/>