Author: mor
Date: Wed Jul  8 12:17:07 2009
New Revision: 792110

URL: http://svn.apache.org/viewvc?rev=792110&view=rev
Log:
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}&nbsp;${uiLabelMap.CommonQuantity}</td>
-              <td>&nbsp;</td>
-              <td 
align="right">${uiLabelMap.CommonReady}&nbsp;${uiLabelMap.CommonTo}&nbsp;${uiLabelMap.ProductVerify}</td>
               <td 
align="center">${uiLabelMap.CommonQty}&nbsp;${uiLabelMap.CommonTo}&nbsp;${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>&nbsp;&nbsp;&nbsp;</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}&nbsp;${uiLabelMap.CommonQty}</td>
+                <td 
align="right">${uiLabelMap.ProductVerified}&nbsp;${uiLabelMap.CommonQuantity}</td>
                 <td>&nbsp;</td>
               </tr>
               <#list pickRows as pickRow>


Reply via email to