You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ha...@apache.org on 2008/12/30 02:15:33 UTC

svn commit: r730025 - /ofbiz/trunk/applications/accounting/entitydef/entitymodel.xml

Author: hansbak
Date: Mon Dec 29 17:15:32 2008
New Revision: 730025

URL: http://svn.apache.org/viewvc?rev=730025&view=rev
Log:
exclude double field

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

Modified: ofbiz/trunk/applications/accounting/entitydef/entitymodel.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/entitydef/entitymodel.xml?rev=730025&r1=730024&r2=730025&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/entitydef/entitymodel.xml (original)
+++ ofbiz/trunk/applications/accounting/entitydef/entitymodel.xml Mon Dec 29 17:15:32 2008
@@ -1435,12 +1435,13 @@
     </view-link>
   </view-entity>
 
-  <view-entity entity-name="InvoiceAndType" package-name="org.ofbiz.accounting.invoice">
+  <view-entity entity-name="InvoiceAndType" package-name="org.ofbiz.accounting.invoice" title="Invoice and InvoiceType to be able to list invoices by invoiceParentType ie sales/purchase invoices">
     <member-entity entity-alias="INV" entity-name="Invoice"/>
     <member-entity entity-alias="IVT" entity-name="InvoiceType"/>
     <alias-all entity-alias="INV"/>
     <alias-all entity-alias="IVT">
       <exclude field="invoiceTypeId"/>
+      <exclude field="description"/>
     </alias-all>
     <view-link entity-alias="INV" rel-entity-alias="IVT">
       <key-map field-name="invoiceTypeId"/>