Author: jleroux
Date: Fri May 9 13:01:19 2008
New Revision: 654923
URL:
http://svn.apache.org/viewvc?rev=654923&view=revLog:
Actually it's a ProductItemId here
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=654923&r1=654922&r2=654923&view=diff==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/promo/EditProductPromoRules.ftl (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/promo/EditProductPromoRules.ftl Fri May 9 13:01:19 2008
@@ -222,7 +222,7 @@
<input type="hidden" name="orderAdjustmentTypeId" value="${(productPromoAction.orderAdjustmentTypeId)?if_exists}">
${uiLabelMap.ProductQuantity}: <input type="text" size="5" name="quantity" value="${(productPromoAction.quantity)?if_exists}">
${uiLabelMap.ProductAmount}: <input type="text" size="5" name="amount" value="${(productPromoAction.amount)?if_exists}">
- ${uiLabelMap.ProductItem}: <input type="text" size="15" name="productId" value="${(productPromoAction.productId)?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}">
<input type="submit" value="${uiLabelMap.CommonUpdate}">
</form>
@@ -313,7 +313,7 @@
<input type="hidden" name="orderAdjustmentTypeId" value="PROMOTION_ADJUSTMENT">
${uiLabelMap.ProductQuantity}: <input type="text" size="5" name="quantity">
${uiLabelMap.ProductAmount}: <input type="text" size="5" name="amount">
- ${uiLabelMap.ProductItem}: <input type="text" size="15" name="productId">
+ ${uiLabelMap.ProductItemId}: <input type="text" size="15" name="productId">
${uiLabelMap.PartyParty}: <input type="text" size="10" name="partyId">
<input type="submit" value="${uiLabelMap.CommonCreate}">
</form>