You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by er...@apache.org on 2012/11/13 22:47:31 UTC

svn commit: r1408976 [21/44] - in /ofbiz/branches/20120329_portletWidget: ./ applications/accounting/config/ applications/accounting/entitydef/ applications/accounting/src/org/ofbiz/accounting/payment/ applications/accounting/src/org/ofbiz/accounting/t...

Modified: ofbiz/branches/20120329_portletWidget/applications/party/entitydef/entitymodel.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/20120329_portletWidget/applications/party/entitydef/entitymodel.xml?rev=1408976&r1=1408975&r2=1408976&view=diff
==============================================================================
--- ofbiz/branches/20120329_portletWidget/applications/party/entitydef/entitymodel.xml (original)
+++ ofbiz/branches/20120329_portletWidget/applications/party/entitydef/entitymodel.xml Tue Nov 13 21:47:18 2012
@@ -1665,16 +1665,16 @@ under the License.
     <view-entity entity-name="PartyIdentificationAndParty"
                 package-name="org.ofbiz.party.party"
                 title="PartyIdentification and Party View Entity">
-      <member-entity entity-alias="PI" entity-name="PartyIdentification"/>
+      <member-entity entity-alias="PIN" entity-name="PartyIdentification"/>
       <member-entity entity-alias="PIT" entity-name="PartyIdentificationType"/>
       <member-entity entity-alias="PA" entity-name="Party"/>
-      <alias-all entity-alias="PI" />
+      <alias-all entity-alias="PIN" />
       <alias-all entity-alias="PA" />
       <alias name="partyIdentTypeDesc" field="description"  entity-alias="PIT"/>
-      <view-link entity-alias="PI" rel-entity-alias="PA">
+      <view-link entity-alias="PIN" rel-entity-alias="PA">
         <key-map field-name="partyId"/>
       </view-link>
-      <view-link entity-alias="PI" rel-entity-alias="PIT">
+      <view-link entity-alias="PIN" rel-entity-alias="PIT">
         <key-map field-name="partyIdentificationTypeId"/>
       </view-link>
     </view-entity>