You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2009/10/16 00:16:26 UTC

svn commit: r825681 - /ofbiz/trunk/applications/party/entitydef/entitymodel.xml

Author: jleroux
Date: Thu Oct 15 22:16:26 2009
New Revision: 825681

URL: http://svn.apache.org/viewvc?rev=825681&view=rev
Log:
Finally I need now in POS a cardId with type id-ne since I logically can't use memberId

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

Modified: ofbiz/trunk/applications/party/entitydef/entitymodel.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/entitydef/entitymodel.xml?rev=825681&r1=825680&r2=825681&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/entitydef/entitymodel.xml (original)
+++ ofbiz/trunk/applications/party/entitydef/entitymodel.xml Thu Oct 15 22:16:26 2009
@@ -2583,6 +2583,7 @@
       <field name="yearsWithEmployer" type="numeric"></field>
       <field name="monthsWithEmployer" type="numeric"></field>
       <field name="existingCustomer" type="indicator"></field>
+      <field name="cardId" type="id-ne"></field>
       <prim-key field="partyId"/>
       <relation type="one" fk-name="PERSON_PARTY" rel-entity-name="Party">
         <key-map field-name="partyId"/>