Author: mor
Date: Tue May 26 08:35:59 2009
New Revision: 778619
URL:
http://svn.apache.org/viewvc?rev=778619&view=revLog:
Switching back to deprecated built-ins. If I am not wrong no one really agreed to Jacques proposal to replace all the FTL deprecated built-ins.
For more information see this link -
http://fmpp.sourceforge.net/freemarker/ref_depr_builtin.htmlModified:
ofbiz/trunk/applications/order/webapp/ordermgr/order/ordershippinginfo.ftl
Modified: ofbiz/trunk/applications/order/webapp/ordermgr/order/ordershippinginfo.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/order/ordershippinginfo.ftl?rev=778619&r1=778618&r2=778619&view=diff==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/order/ordershippinginfo.ftl (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/order/ordershippinginfo.ftl Tue May 26 08:35:59 2009
@@ -232,7 +232,7 @@
<label for="country">${uiLabelMap.PartyCountry}* <span id="advice-required-countryGeoId" style="display: none" class="custom-advice">(required)</span></label>
<div class="form-field">
<select name="shipToCountryGeoId" id="countryGeoId" class="required" style="width: 70%">
- <#if countryGeoId??>
+ <#if countryGeoId?exists>
<option value="${countryGeoId}">${countryGeoId}</option>
</#if>
${screens.render("component://common/widget/CommonScreens.xml#countries")}