You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jo...@apache.org on 2007/09/12 20:16:23 UTC

svn commit: r575032 - /ofbiz/trunk/applications/order/webapp/ordermgr/return/returnItems.ftl

Author: jonesde
Date: Wed Sep 12 11:16:22 2007
New Revision: 575032

URL: http://svn.apache.org/viewvc?rev=575032&view=rev
Log:
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">