svn commit: r1840349 - /ofbiz/ofbiz-plugins/trunk/ecommerce/template/shoppinglist/EditShoppingList.ftl

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

svn commit: r1840349 - /ofbiz/ofbiz-plugins/trunk/ecommerce/template/shoppinglist/EditShoppingList.ftl

Deepak Dixit-5
Author: deepak
Date: Sat Sep  8 09:23:45 2018
New Revision: 1840349

URL: http://svn.apache.org/viewvc?rev=1840349&view=rev
Log:
Fixed: Freemarker error on shopping list page on eCommerce storefront
(OFBIZ-10459)
Apply slightly modified patch, Thanks Pritam Kute for your contribution

Modified:
    ofbiz/ofbiz-plugins/trunk/ecommerce/template/shoppinglist/EditShoppingList.ftl

Modified: ofbiz/ofbiz-plugins/trunk/ecommerce/template/shoppinglist/EditShoppingList.ftl
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/ecommerce/template/shoppinglist/EditShoppingList.ftl?rev=1840349&r1=1840348&r2=1840349&view=diff
==============================================================================
--- ofbiz/ofbiz-plugins/trunk/ecommerce/template/shoppinglist/EditShoppingList.ftl (original)
+++ ofbiz/ofbiz-plugins/trunk/ecommerce/template/shoppinglist/EditShoppingList.ftl Sat Sep  8 09:23:45 2018
@@ -423,8 +423,8 @@ under the License.
             <a href="<@ofbizUrl>addListToCart?shoppingListId=${shoppingList.shoppingListId}</@ofbizUrl>" class="float-right">${uiLabelMap.EcommerceAddListToCart}</a>
     </div>
     <div class="card-body">
-    <@paginationControls/>
       <#if shoppingListItemDatas?has_content>
+        <@paginationControls/>
         <#-- Pagination -->
             <table class="table table-responsive-sm">
               <thead class="thead-dark">