Author: jacopoc
Date: Wed Aug 23 11:34:49 2006
New Revision: 434121
URL:
http://svn.apache.org/viewvc?rev=434121&view=revLog:
Fixed pagination bug in quick product lookup page in po entry screen.
Modified:
incubator/ofbiz/trunk/applications/order/widget/ordermgr/OrderEntryCartScreens.xml
incubator/ofbiz/trunk/applications/order/widget/ordermgr/OrderEntryForms.xml
Modified: incubator/ofbiz/trunk/applications/order/widget/ordermgr/OrderEntryCartScreens.xml
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/order/widget/ordermgr/OrderEntryCartScreens.xml?rev=434121&r1=434120&r2=434121&view=diff==============================================================================
--- incubator/ofbiz/trunk/applications/order/widget/ordermgr/OrderEntryCartScreens.xml (original)
+++ incubator/ofbiz/trunk/applications/order/widget/ordermgr/OrderEntryCartScreens.xml Wed Aug 23 11:34:49 2006
@@ -164,6 +164,8 @@
<actions>
<set field="title" value="Bulk Add Supplier Product"/>
<script location="component://order/webapp/ordermgr/WEB-INF/actions/entry/cart/LookupBulkAddSupplierProducts.bsh"/>
+ <set field="viewIndex" from-field="parameters.VIEW_INDEX" type="Integer" default-value="0"/>
+ <set field="viewSize" from-field="parameters.VIEW_SIZE" type="Integer" default-value="10"/>
</actions>
<widgets>
<decorator-screen name="CommonOrderCatalogDecorator" location="component://order/widget/ordermgr/OrderEntryCommonScreens.xml">
Modified: incubator/ofbiz/trunk/applications/order/widget/ordermgr/OrderEntryForms.xml
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/order/widget/ordermgr/OrderEntryForms.xml?rev=434121&r1=434120&r2=434121&view=diff==============================================================================
--- incubator/ofbiz/trunk/applications/order/widget/ordermgr/OrderEntryForms.xml (original)
+++ incubator/ofbiz/trunk/applications/order/widget/ordermgr/OrderEntryForms.xml Wed Aug 23 11:34:49 2006
@@ -151,7 +151,7 @@
</field>
</form>
<form name="LookupBulkAddSupplierProducts" type="multi" use-row-submit="true" list-name="productList" title=""
- target="BulkAddProducts" paginate-target="BulkAddSupplierProducts" default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
+ target="BulkAddProducts" paginate-target="LookupBulkAddSupplierProducts" default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext">
<field name="productId" widget-style="buttontext">
<hyperlink description="${productId}" target="/catalog/control/EditProductInventoryItems?productId=${productId}" target-type="inter-app"/>
</field>