Author: ashish
Date: Wed Jun 15 10:01:17 2016
New Revision: 1748535
URL:
http://svn.apache.org/viewvc?rev=1748535&view=revLog:
Applied bug fix from trunk r1748532.
==============================================
Applied patch from jira issue - OFBIZ-7277 - Date time field is not working properly in case of multiple parent category rollup.
Thanks Ravi for the contribution!
Modified:
ofbiz/branches/release13.07/applications/product/webapp/catalog/category/EditCategoryRollup.ftl
Modified: ofbiz/branches/release13.07/applications/product/webapp/catalog/category/EditCategoryRollup.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release13.07/applications/product/webapp/catalog/category/EditCategoryRollup.ftl?rev=1748535&r1=1748534&r2=1748535&view=diff==============================================================================
--- ofbiz/branches/release13.07/applications/product/webapp/catalog/category/EditCategoryRollup.ftl (original)
+++ ofbiz/branches/release13.07/applications/product/webapp/catalog/category/EditCategoryRollup.ftl Wed Jun 15 10:01:17 2016
@@ -72,7 +72,7 @@ under the License.
<input type="hidden" name="productCategoryId${suffix}" value="${productCategoryRollup.productCategoryId}" />
<input type="hidden" name="parentProductCategoryId${suffix}" value="${productCategoryRollup.parentProductCategoryId}" />
<input type="hidden" name="fromDate${suffix}" value="${productCategoryRollup.fromDate}" />
- <@htmlTemplate.renderDateTimeField name="thruDate${suffix}" event="" action="" className="" alert="" title="Format: yyyy-MM-dd HH:mm:ss.SSS" value="${productCategoryRollup.thruDate!''}" size="25" maxlength="30" id="thruDate_1" dateType="date" shortDateInput=false timeDropdownParamName="" defaultDateTimeString="" localizedIconTitle="" timeDropdown="" timeHourName="" classString="" hour1="" hour2="" timeMinutesName="" minutes="" isTwelveHour="" ampmName="" amSelected="" pmSelected="" compositeType="" formName=""/>
+ <@htmlTemplate.renderDateTimeField name="thruDate${suffix}" event="" action="" className="" alert="" title="Format: yyyy-MM-dd HH:mm:ss.SSS" value="${productCategoryRollup.thruDate!''}" size="25" maxlength="30" id="thruDate${suffix}" 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${suffix}" value="${productCategoryRollup.sequenceNum?if_exists}" />
</td>
<td>