Author: deepak
Date: Sat Jan 13 08:57:33 2018
New Revision: 1821053
URL:
http://svn.apache.org/viewvc?rev=1821053&view=revLog:
Fixed: Incorreect closign of div tag on one page checkout page.
Modified:
ofbiz/ofbiz-plugins/trunk/ecommerce/template/order/OnePageCheckoutProcess.ftl
Modified: ofbiz/ofbiz-plugins/trunk/ecommerce/template/order/OnePageCheckoutProcess.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/ecommerce/template/order/OnePageCheckoutProcess.ftl?rev=1821053&r1=1821052&r2=1821053&view=diff==============================================================================
--- ofbiz/ofbiz-plugins/trunk/ecommerce/template/order/OnePageCheckoutProcess.ftl (original)
+++ ofbiz/ofbiz-plugins/trunk/ecommerce/template/order/OnePageCheckoutProcess.ftl Sat Jan 13 08:57:33 2018
@@ -377,7 +377,7 @@ under the License.
</label>
<input type="text" name="billToContactNumber" class="required" id="billToContactNumber"
value="${billToTelecomNumber.contactNumber!}" size="10" maxlength="15"/> -
- </span>
+ </div>
<div class="form-group col-md-3">
<label for="billToExtension">${uiLabelMap.PartyExtension}</label>
<input type="text" name="billToExtension" id="billToExtension"