You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2010/12/17 09:36:46 UTC

svn commit: r1050315 - /ofbiz/trunk/applications/manufacturing/webapp/manufacturing/bom/EditProductBom.ftl

Author: jleroux
Date: Fri Dec 17 08:36:46 2010
New Revision: 1050315

URL: http://svn.apache.org/viewvc?rev=1050315&view=rev
Log:
Sure fix! (was missing a default value, used !'')

Modified:
    ofbiz/trunk/applications/manufacturing/webapp/manufacturing/bom/EditProductBom.ftl

Modified: ofbiz/trunk/applications/manufacturing/webapp/manufacturing/bom/EditProductBom.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/bom/EditProductBom.ftl?rev=1050315&r1=1050314&r2=1050315&view=diff
==============================================================================
--- ofbiz/trunk/applications/manufacturing/webapp/manufacturing/bom/EditProductBom.ftl (original)
+++ ofbiz/trunk/applications/manufacturing/webapp/manufacturing/bom/EditProductBom.ftl Fri Dec 17 08:36:46 2010
@@ -163,7 +163,7 @@ function lookupBom() {
             <#else>
               <#assign value= request.getParameter("thruDate")?if_exists>
             </#if>
-            <@htmlTemplate.renderDateTimeField value="${value}" name="thruDate" className="" event="" action="" alert="" title="Format: yyyy-MM-dd HH:mm:ss.SSS" size="30" maxlength="30" id="fromDate_2" dateType="date" shortDateInput=false timeDropdownParamName="" defaultDateTimeString="" localizedIconTitle="" timeDropdown="" timeHourName="" classString="" hour1="" hour2="" timeMinutesName="" minutes="" isTwelveHour="" ampmName="" amSelected="" pmSelected="" compositeType="" formName=""/>
+            <@htmlTemplate.renderDateTimeField value="${value!''}" name="thruDate" className="" event="" action="" alert="" title="Format: yyyy-MM-dd HH:mm:ss.SSS" size="30" maxlength="30" id="fromDate_2" dateType="date" shortDateInput=false timeDropdownParamName="" defaultDateTimeString="" localizedIconTitle="" timeDropdown="" timeHourName="" classString="" hour1="" hour2="" timeMinutesName="" minutes="" isTwelveHour="" ampmName="" amSelected="" pmSelected="" compositeType="" formName=""/>
         </td>
     </tr>
     <tr>