svn commit: r524278 - /ofbiz/trunk/applications/product/webapp/facility/returns/receiveReturn.ftl

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

svn commit: r524278 - /ofbiz/trunk/applications/product/webapp/facility/returns/receiveReturn.ftl

sichen
Author: sichen
Date: Fri Mar 30 14:21:09 2007
New Revision: 524278

URL: http://svn.apache.org/viewvc?view=rev&rev=524278
Log:
Fix bug with receive returns in facility manager.  OFBIZ-859 from Joe Eckard

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?view=diff&rev=524278&r1=524277&r2=524278
==============================================================================
--- ofbiz/trunk/applications/product/webapp/facility/returns/receiveReturn.ftl (original)
+++ ofbiz/trunk/applications/product/webapp/facility/returns/receiveReturn.ftl Fri Mar 30 14:21:09 2007
@@ -198,7 +198,7 @@
                     <div class="tableheadtext">${uiLabelMap.ProductPerUnitPrice}:</div>
                   </td>
                   <td align="right">
-                    <input type='text' name='unitCost_o_0' size='6' value='${unitCost?default(0)?string("##0.00")}' class="inputBox">
+                    <input type='text' name='unitCost_o_${rowCount}' size='6' value='${unitCost?default(0)?string("##0.00")}' class="inputBox">
                   </td>
                 </tr>                                              
               </table>