Author: jonesde
Date: Wed Sep 12 11:16:22 2007
New Revision: 575032
URL:
http://svn.apache.org/viewvc?rev=575032&view=revLog:
Small formatting change and now displays quantity received if exists
Modified:
ofbiz/trunk/applications/order/webapp/ordermgr/return/returnItems.ftl
Modified: ofbiz/trunk/applications/order/webapp/ordermgr/return/returnItems.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/return/returnItems.ftl?rev=575032&r1=575031&r2=575032&view=diff==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/return/returnItems.ftl (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/return/returnItems.ftl Wed Sep 12 11:16:22 2007
@@ -157,21 +157,22 @@
<input name="description_o_${rowCount}" value="${item.description}" type="text" class='inputBox' size="15">
</#if>
</div></td>
- <td><div class="tabletextright">
+ <td><div class="tabletext">
<#if readOnly>
- ${item.returnQuantity?string.number}
+ ${item.returnQuantity?string.number}
<#else>
<input name="returnQuantity_o_${rowCount}" value="${item.returnQuantity}" type="text" class='inputBox' size="8" align="right">
</#if>
+ <#if item.receivedQuantity?exists> (${item.receivedQuantity} received)</#if>
</div></td>
- <td><div class="tabletextright">
+ <td><div class="tabletext">
<#if readOnly>
<@ofbizCurrency amount=item.returnPrice isoCode=orderHeader.currencyUom/>
<#else>
<input name="returnPrice_o_${rowCount}" value="${item.returnPrice}" type="text" class='inputBox' size="8" align="right">
</#if>
</div></td>
- <td class="tabletextright">
+ <td class="tabletext">
<#if returnItemSubTotal?exists><@ofbizCurrency amount=returnItemSubTotal isoCode=orderHeader.currencyUom/></#if>
</td>
<td><div class="tabletext">