You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by sh...@apache.org on 2015/07/24 06:46:31 UTC

svn commit: r1692458 - /ofbiz/trunk/applications/order/entitydef/entitymodel_view.xml

Author: shijh
Date: Fri Jul 24 04:46:30 2015
New Revision: 1692458

URL: http://svn.apache.org/r1692458
Log:
OFBIZ-6555.

Removed issuedDateTime from OrderItemQuantityReportGroupByProduct view entity as it doesn't exist in ItemIssuanceQuantitySum.

Modified:
    ofbiz/trunk/applications/order/entitydef/entitymodel_view.xml

Modified: ofbiz/trunk/applications/order/entitydef/entitymodel_view.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/entitydef/entitymodel_view.xml?rev=1692458&r1=1692457&r2=1692458&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/entitydef/entitymodel_view.xml (original)
+++ ofbiz/trunk/applications/order/entitydef/entitymodel_view.xml Fri Jul 24 04:46:30 2015
@@ -901,7 +901,6 @@ under the License.
       <alias entity-alias="OH" name="orderDate" group-by="false"/>
       <alias entity-alias="OI" name="orderItemStatusId" field="statusId" group-by="false"/>
       <alias entity-alias="OI" name="productId" group-by="true"/>
-      <alias entity-alias="II" name="issuedDateTime" group-by="false"/>
       <alias entity-alias="OI" name="quantityOrdered" function="sum">
           <complex-alias operator="-">
               <complex-alias-field entity-alias="OI" field="quantity" default-value="0"/>