Author: erwan
Date: Fri Mar 25 13:28:31 2011
New Revision: 1085357
URL:
http://svn.apache.org/viewvc?rev=1085357&view=revLog:
Unexistant uilabel was used: ServiceName, should be ProductServiceName
Modified:
ofbiz/trunk/applications/product/webapp/catalog/promo/EditProductPromoRules.ftl
Modified: ofbiz/trunk/applications/product/webapp/catalog/promo/EditProductPromoRules.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/promo/EditProductPromoRules.ftl?rev=1085357&r1=1085356&r2=1085357&view=diff==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/promo/EditProductPromoRules.ftl (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/promo/EditProductPromoRules.ftl Fri Mar 25 13:28:31 2011
@@ -279,7 +279,7 @@ under the License.
${uiLabelMap.ProductAmount}: <input type="text" size="5" name="amount" value="${(productPromoAction.amount)?if_exists}" />
${uiLabelMap.ProductItemId}: <input type="text" size="15" name="productId" value="${(productPromoAction.productId)?if_exists}" />
${uiLabelMap.PartyParty}: <input type="text" size="10" name="partyId" value="${(productPromoAction.partyId)?if_exists}" />
- ${uiLabelMap.ServiceName}: <input type="text" size="20" name="serviceName" value="${(productPromoAction.serviceName)?if_exists}" />
+ ${uiLabelMap.ProductServiceName}: <input type="text" size="20" name="serviceName" value="${(productPromoAction.serviceName)?if_exists}" />
${uiLabelMap.UseCartQuantity}:
<select name="useCartQuantity">
<#if (productPromoAction.useCartQuantity)?exists>
@@ -405,7 +405,7 @@ under the License.
${uiLabelMap.ProductAmount}: <input type="text" size="5" name="amount" />
${uiLabelMap.ProductItemId}: <input type="text" size="15" name="productId" />
${uiLabelMap.PartyParty}: <input type="text" size="10" name="partyId" />
- ${uiLabelMap.ServiceName}: <input type="text" size="20" name="serviceName" />
+ ${uiLabelMap.ProductServiceName}: <input type="text" size="20" name="serviceName" />
${uiLabelMap.UseCartQuantity}:
<select name="useCartQuantity">
<option value="N">${uiLabelMap.CommonN}</option>