You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2008/07/17 10:10:15 UTC

svn commit: r677529 - /ofbiz/trunk/specialpurpose/bi/widget/BiForms.xml

Author: jacopoc
Date: Thu Jul 17 01:10:14 2008
New Revision: 677529

URL: http://svn.apache.org/viewvc?rev=677529&view=rev
Log:
removed form definition that was not used.

Modified:
    ofbiz/trunk/specialpurpose/bi/widget/BiForms.xml

Modified: ofbiz/trunk/specialpurpose/bi/widget/BiForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/bi/widget/BiForms.xml?rev=677529&r1=677528&r2=677529&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/bi/widget/BiForms.xml (original)
+++ ofbiz/trunk/specialpurpose/bi/widget/BiForms.xml Thu Jul 17 01:10:14 2008
@@ -17,20 +17,4 @@
             <submit button-type="button"/>
         </field>
     </form>
-
-    <form name="SalesInvoiceItemStarSchema" list-name="invoiceItemFacts" title="" type="list"
-        odd-row-style="alternate-row" default-table-style="basic-table hover-bar">
-        <actions>
-            <entity-condition entity-name="SalesInvoiceItemStarSchema" list-name="invoiceItemFacts">
-                <select-field field-name="invoiceDateDayName"/>
-                <select-field field-name="productProductType"/>
-                <select-field field-name="extGrossAmount"/>
-                <select-field field-name="quantity"/>
-            </entity-condition>
-        </actions>
-        <field name="invoiceDateDayName"><display/></field>
-        <field name="productProductType"><display/></field>
-        <field name="extGrossAmount"><display/></field>
-        <field name="quantity"><display/></field>
-    </form>
 </forms>
\ No newline at end of file