Author: ashish
Date: Mon Aug 4 23:48:47 2008
New Revision: 682602
URL: http://svn.apache.org/viewvc?rev=682602&view=rev
Log:
Reverted previous commit.Because it was not showing exact change done by me
Modified:
ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/reports/OpenOrderItemsReport.groovy
(contents, props changed)
Modified:
ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/reports/OpenOrderItemsReport.groovy
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/reports/OpenOrderItemsReport.groovy?rev=682602&r1=682601&r2=682602&view=diff
==============================================================================
---
ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/reports/OpenOrderItemsReport.groovy
(original)
+++
ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/reports/OpenOrderItemsReport.groovy
Mon Aug 4 23:48:47 2008
@@ -136,7 +136,7 @@
listPrice : listPrice,
discount : listPrice - retailPrice,
calculatedMarkup : retailPrice - costPrice,
- percentMarkup : ((retailPrice -
costPrice)/costPrice?:1)*100];
+ percentMarkup : ((retailPrice - costPrice)/costPrice)*100];
orderItemList.add(orderItemMap);
}
Propchange:
ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/reports/OpenOrderItemsReport.groovy
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/reports/OpenOrderItemsReport.groovy
------------------------------------------------------------------------------
svn:keywords = "Date Rev Author URL Id"
Propchange:
ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/reports/OpenOrderItemsReport.groovy
------------------------------------------------------------------------------
svn:mime-type = text/plain