Author: mor
Date: Tue May 26 09:34:20 2009
New Revision: 778635
URL:
http://svn.apache.org/viewvc?rev=778635&view=revLog:
When a returnItem is received in succession then quantity to receive should be equal to (ReturnItem.returnQuantity - ReturnItem.receivedQuantity).
Modified:
ofbiz/trunk/applications/product/webapp/facility/returns/receiveReturn.ftl
Modified: ofbiz/trunk/applications/product/webapp/facility/returns/receiveReturn.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/returns/receiveReturn.ftl?rev=778635&r1=778634&r2=778635&view=diff==============================================================================
--- ofbiz/trunk/applications/product/webapp/facility/returns/receiveReturn.ftl (original)
+++ ofbiz/trunk/applications/product/webapp/facility/returns/receiveReturn.ftl Tue May 26 09:34:20 2009
@@ -160,7 +160,7 @@
<td align="right" nowrap class="label">${uiLabelMap.ProductQtyReceived}</td>
<td align="right">
- <input type="text" name="quantityAccepted_o_${rowCount}" size="6" value="${returnItem.returnQuantity?string.number}">
+ <input type="text" name="quantityAccepted_o_${rowCount}" size="6" value="${defaultQuantity?string.number}">
</td>
</tr>
<tr>