Author: mor
Date: Mon Jun 21 13:05:39 2010
New Revision: 956560
URL: http://svn.apache.org/viewvc?rev=956560&view=rev
Log:
Merged from trunk r956558.
Fixed an issue when SupplierProduct.minimumOrderQuantity was not displayed on
the bulk product lookup screen in order entry.
Modified:
ofbiz/branches/release10.04/applications/order/webapp/ordermgr/WEB-INF/actions/entry/cart/LookupBulkAddSupplierProducts.groovy
Modified:
ofbiz/branches/release10.04/applications/order/webapp/ordermgr/WEB-INF/actions/entry/cart/LookupBulkAddSupplierProducts.groovy
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release10.04/applications/order/webapp/ordermgr/WEB-INF/actions/entry/cart/LookupBulkAddSupplierProducts.groovy?rev=956560&r1=956559&r2=956560&view=diff
==============================================================================
---
ofbiz/branches/release10.04/applications/order/webapp/ordermgr/WEB-INF/actions/entry/cart/LookupBulkAddSupplierProducts.groovy
(original)
+++
ofbiz/branches/release10.04/applications/order/webapp/ordermgr/WEB-INF/actions/entry/cart/LookupBulkAddSupplierProducts.groovy
Mon Jun 21 13:05:39 2010
@@ -128,7 +128,8 @@ for (supplierProduct in supplierProducts
productInfoMap.supplierProductId =
supplierProduct.supplierProductId;
productInfoMap.lastPrice = supplierProduct.lastPrice;
productInfoMap.orderQtyIncrements =
supplierProduct.orderQtyIncrements;
-
+ productInfoMap.minimumOrderQuantity =
supplierProduct.minimumOrderQuantity;
+
productInfoMap.minimumStock = productFacility.minimumStock;
newProductList.add(productInfoMap);