You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by de...@apache.org on 2016/06/26 08:45:14 UTC

svn commit: r1750235 - /ofbiz/branches/release15.12/applications/product/webapp/catalog/promo/EditProductPromoStores.ftl

Author: deepak
Date: Sun Jun 26 08:45:14 2016
New Revision: 1750235

URL: http://svn.apache.org/viewvc?rev=1750235&view=rev
Log:
(OFBIZ-7557)  Manually merged r#1750234
=======================================================
Unable to set thru date for Product Promo Stores if promotion is associated with multiple stores.
=======================================================

Thanks Pawan for your contribution.

Modified:
    ofbiz/branches/release15.12/applications/product/webapp/catalog/promo/EditProductPromoStores.ftl

Modified: ofbiz/branches/release15.12/applications/product/webapp/catalog/promo/EditProductPromoStores.ftl
URL: http://svn.apache.org/viewvc/ofbiz/branches/release15.12/applications/product/webapp/catalog/promo/EditProductPromoStores.ftl?rev=1750235&r1=1750234&r2=1750235&view=diff
==============================================================================
--- ofbiz/branches/release15.12/applications/product/webapp/catalog/promo/EditProductPromoStores.ftl (original)
+++ ofbiz/branches/release15.12/applications/product/webapp/catalog/promo/EditProductPromoStores.ftl Sun Jun 26 08:45:14 2016
@@ -47,7 +47,7 @@ under the License.
                             <input type="hidden" name="productPromoId" value="${productStorePromoAppl.productPromoId}" />
                             <input type="hidden" name="fromDate" value="${productStorePromoAppl.fromDate}" />
                             <#if hasExpired><#assign class="alert"></#if>
-                            <@htmlTemplate.renderDateTimeField name="thruDate" event="" action="" className="${class!''}" alert="" title="Format: yyyy-MM-dd HH:mm:ss.SSS" value="${(productStorePromoAppl.thruDate)!}" size="25" maxlength="30" id="thruDate1" dateType="date" shortDateInput=false timeDropdownParamName="" defaultDateTimeString="" localizedIconTitle="" timeDropdown="" timeHourName="" classString="" hour1="" hour2="" timeMinutesName="" minutes="" isTwelveHour="" ampmName="" amSelected="" pmSelected="" compositeType="" formName=""/>
+                            <@htmlTemplate.renderDateTimeField name="thruDate" event="" action="" className="${class!''}" alert="" title="Format: yyyy-MM-dd HH:mm:ss.SSS" value="${(productStorePromoAppl.thruDate)!}" size="25" maxlength="30" id="thruDate_${productStorePromoAppl_index}" dateType="date" shortDateInput=false timeDropdownParamName="" defaultDateTimeString="" localizedIconTitle="" timeDropdown="" timeHourName="" classString="" hour1="" hour2="" timeMinutesName="" minutes="" isTwelveHour="" ampmName="" amSelected="" pmSelected="" compositeType="" formName=""/>
                             <input type="text" size="5" name="sequenceNum" value="${(productStorePromoAppl.sequenceNum)!}" />
                             <input type="submit" value="${uiLabelMap.CommonUpdate}" />
                         </form>