svn commit: r1085357 - /ofbiz/trunk/applications/product/webapp/catalog/promo/EditProductPromoRules.ftl

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

svn commit: r1085357 - /ofbiz/trunk/applications/product/webapp/catalog/promo/EditProductPromoRules.ftl

erwan
Author: erwan
Date: Fri Mar 25 13:28:31 2011
New Revision: 1085357

URL: http://svn.apache.org/viewvc?rev=1085357&view=rev
Log:
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}:&nbsp;<input type="text" size="5" name="amount" value="${(productPromoAction.amount)?if_exists}" />
                     ${uiLabelMap.ProductItemId}:&nbsp;<input type="text" size="15" name="productId" value="${(productPromoAction.productId)?if_exists}" />
                     ${uiLabelMap.PartyParty}:&nbsp;<input type="text" size="10" name="partyId" value="${(productPromoAction.partyId)?if_exists}" />
-                    ${uiLabelMap.ServiceName}:&nbsp;<input type="text" size="20" name="serviceName" value="${(productPromoAction.serviceName)?if_exists}" />
+                    ${uiLabelMap.ProductServiceName}:&nbsp;<input type="text" size="20" name="serviceName" value="${(productPromoAction.serviceName)?if_exists}" />
                     ${uiLabelMap.UseCartQuantity}:&nbsp;
                     <select name="useCartQuantity">
       <#if (productPromoAction.useCartQuantity)?exists>
@@ -405,7 +405,7 @@ under the License.
                     ${uiLabelMap.ProductAmount}:&nbsp;<input type="text" size="5" name="amount" />
                     ${uiLabelMap.ProductItemId}:&nbsp;<input type="text" size="15" name="productId" />
                     ${uiLabelMap.PartyParty}:&nbsp;<input type="text" size="10" name="partyId" />
-                    ${uiLabelMap.ServiceName}:&nbsp;<input type="text" size="20" name="serviceName" />
+                    ${uiLabelMap.ProductServiceName}:&nbsp;<input type="text" size="20" name="serviceName" />
                     ${uiLabelMap.UseCartQuantity}:&nbsp;
                     <select name="useCartQuantity">
                       <option value="N">${uiLabelMap.CommonN}</option>