Skip to content

Commit

Permalink
Unexistant uilabel was used: ServiceName, should be ProductServiceName
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/ofbiz/trunk@1085357 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Erwan de Ferrieres committed Mar 25, 2011
1 parent 9755d89 commit c636c00
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit c636c00

Please sign in to comment.