Author: mor
Date: Wed Jul 8 12:17:07 2009
New Revision: 792110
URL:
http://svn.apache.org/viewvc?rev=792110&view=revLog:
Removed unused column from the verify picking screen. Patch from Akash Jain.
Modified:
ofbiz/trunk/applications/product/webapp/facility/shipment/VerifyPick.ftl
Modified: ofbiz/trunk/applications/product/webapp/facility/shipment/VerifyPick.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/shipment/VerifyPick.ftl?rev=792110&r1=792109&r2=792110&view=diff==============================================================================
--- ofbiz/trunk/applications/product/webapp/facility/shipment/VerifyPick.ftl (original)
+++ ofbiz/trunk/applications/product/webapp/facility/shipment/VerifyPick.ftl Wed Jul 8 12:17:07 2009
@@ -196,8 +196,6 @@
<td>${uiLabelMap.ProductInternalName}</td>
<td align="right">${uiLabelMap.ProductOrderedQuantity}</td>
<td align="right">${uiLabelMap.ProductVerified} ${uiLabelMap.CommonQuantity}</td>
- <td> </td>
- <td align="right">${uiLabelMap.CommonReady} ${uiLabelMap.CommonTo} ${uiLabelMap.ProductVerify}</td>
<td align="center">${uiLabelMap.CommonQty} ${uiLabelMap.CommonTo} ${uiLabelMap.ProductVerify}</td>
</tr>
<#if orderItems?has_content>
@@ -238,8 +236,6 @@
<a href="/catalog/control/EditProduct?productId=${orderProduct.productId?if_exists}${externalKeyParam}" class="buttontext" target="_blank">${(orderProduct.internalName)?if_exists}</a>
</td>
<td align="right">${orderItemQuantity?if_exists}</td>
- <td align="right">${verifiedQuantity?if_exists}</td>
- <td> </td>
<td align="right">${readyToVerify?if_exists}</td>
<td align="center">
<#if (orderItemQuantity.compareTo(readyToVerify) > 0)>
@@ -295,7 +291,7 @@
<td>${uiLabelMap.ProductItem} #</td>
<td>${uiLabelMap.ProductProductId}</td>
<td>${uiLabelMap.ProductInventoryItem} #</td>
- <td align="right">${uiLabelMap.ProductVerified} ${uiLabelMap.CommonQty}</td>
+ <td align="right">${uiLabelMap.ProductVerified} ${uiLabelMap.CommonQuantity}</td>
<td> </td>
</tr>
<#list pickRows as pickRow>