Author: ashish
Date: Tue Dec  1 08:52:08 2009
New Revision: 885693

URL: http://svn.apache.org/viewvc?rev=885693&view=rev
Log:
Fixed typo.
index -> Index.

Thanks Deepak for the fix.

Modified:
    
ofbiz/branches/release09.04/specialpurpose/ecommerce/webapp/ecommerce/order/OnePageCheckoutProcess.ftl

Modified: 
ofbiz/branches/release09.04/specialpurpose/ecommerce/webapp/ecommerce/order/OnePageCheckoutProcess.ftl
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/release09.04/specialpurpose/ecommerce/webapp/ecommerce/order/OnePageCheckoutProcess.ftl?rev=885693&r1=885692&r2=885693&view=diff
==============================================================================
--- 
ofbiz/branches/release09.04/specialpurpose/ecommerce/webapp/ecommerce/order/OnePageCheckoutProcess.ftl
 (original)
+++ 
ofbiz/branches/release09.04/specialpurpose/ecommerce/webapp/ecommerce/order/OnePageCheckoutProcess.ftl
 Tue Dec  1 08:52:08 2009
@@ -60,7 +60,7 @@
                   <tr id="cartItemDisplayRow_${cartLineIndex}">
                     <td><div><img 
src="<@ofbizContentUrl>${requestAttributes.contentPathPrefix?if_exists}${smallImageUrl}</@ofbizContentUrl>"
 align="center" height="20" hspace="0" vspace="0" width="20"></div></td>
                     <td><div>${cartLine.getName()?if_exists}</div></td>
-                    <td align="center"><div 
id="completedCartItemPrice_${cartLineindex}">${cartLine.getDisplayPrice()}</div></td>
+                    <td align="center"><div 
id="completedCartItemPrice_${cartLineIndex}">${cartLine.getDisplayPrice()}</div></td>
                     <td align="center"><div><span 
id="completedCartItemQty_${cartLineIndex}">${cartLine.getQuantity()?string.number}</span></div></td>
                     <td align="center"><div><span 
id="completedCartItemAdjustment_${cartLineIndex}"><@ofbizCurrency 
amount=cartLine.getOtherAdjustments() 
isoCode=shoppingCart.getCurrency()/></span></div></td>
                     <td align="right"><div 
id="completedCartItemSubTotal_${cartLineIndex}"><@ofbizCurrency 
amount=cartLine.getDisplayItemSubTotal() 
isoCode=shoppingCart.getCurrency()/></div></td>


Reply via email to