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 2016/12/10 21:16:18 UTC

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

Author: jleroux
Date: Sat Dec 10 21:16:18 2016
New Revision: 1773540

URL: http://svn.apache.org/viewvc?rev=1773540&view=rev
Log:
No functional change, fixes a wrong package-name

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

Modified: ofbiz/trunk/applications/datamodel/entitydef/party-entitymodel.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/datamodel/entitydef/party-entitymodel.xml?rev=1773540&r1=1773539&r2=1773540&view=diff
==============================================================================
--- ofbiz/trunk/applications/datamodel/entitydef/party-entitymodel.xml (original)
+++ ofbiz/trunk/applications/datamodel/entitydef/party-entitymodel.xml Sat Dec 10 21:16:18 2016
@@ -3056,7 +3056,7 @@ under the License.
         </view-link>
     </view-entity>
     
-    <view-entity entity-name="PartyClassificationGroupAndType" package-name="org.ofbiz.party.party" title="PartyClassificationGroup and PartyClassificationTypeView">
+    <view-entity entity-name="PartyClassificationGroupAndType" package-name="org.apache.ofbiz.party.party" title="PartyClassificationGroup and PartyClassificationTypeView">
         <member-entity entity-alias="PCG" entity-name="PartyClassificationGroup"/>
         <member-entity entity-alias="PCT" entity-name="PartyClassificationType"/>
         <alias-all entity-alias="PCG"/>