svn commit: r447043 - /incubator/ofbiz/trunk/applications/product/webapp/facility/inventory/receiveInventory.ftl

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r447043 - /incubator/ofbiz/trunk/applications/product/webapp/facility/inventory/receiveInventory.ftl

jacopoc
Author: jacopoc
Date: Sun Sep 17 03:50:56 2006
New Revision: 447043

URL: http://svn.apache.org/viewvc?view=rev&rev=447043
Log:
Applied patch from Chris Howe (OFBIZ-319) to display the purchase order item description instead of the internal name of the received product.
 

Modified:
    incubator/ofbiz/trunk/applications/product/webapp/facility/inventory/receiveInventory.ftl

Modified: incubator/ofbiz/trunk/applications/product/webapp/facility/inventory/receiveInventory.ftl
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/product/webapp/facility/inventory/receiveInventory.ftl?view=diff&rev=447043&r1=447042&r2=447043
==============================================================================
--- incubator/ofbiz/trunk/applications/product/webapp/facility/inventory/receiveInventory.ftl (original)
+++ incubator/ofbiz/trunk/applications/product/webapp/facility/inventory/receiveInventory.ftl Sun Sep 17 03:50:56 2006
@@ -348,7 +348,7 @@
                     <input type="hidden" name="productId_o_${rowCount}" value="${product.productId}"/>
                     <td width="45%">
                       <div class="tabletext">
-                        ${orderItem.orderItemSeqId}:&nbsp;<a href="/catalog/control/EditProduct?productId=${product.productId}${externalKeyParam?if_exists}" target="catalog" class="buttontext">${product.productId}&nbsp;-&nbsp;${product.internalName?if_exists}</a> : ${product.description?if_exists}
+                        ${orderItem.orderItemSeqId}:&nbsp;<a href="/catalog/control/EditProduct?productId=${product.productId}${externalKeyParam?if_exists}" target="catalog" class="buttontext">${product.productId}&nbsp;-&nbsp;${orderItem.itemDescription?if_exists}</a> : ${product.description?if_exists}
                       </div>
                     </td>
                   <#else>