svn commit: r1821053 - /ofbiz/ofbiz-plugins/trunk/ecommerce/template/order/OnePageCheckoutProcess.ftl

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1821053 - /ofbiz/ofbiz-plugins/trunk/ecommerce/template/order/OnePageCheckoutProcess.ftl

Deepak Dixit-5
Author: deepak
Date: Sat Jan 13 08:57:33 2018
New Revision: 1821053

URL: http://svn.apache.org/viewvc?rev=1821053&view=rev
Log:
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"