You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by de...@apache.org on 2018/09/08 09:23:45 UTC

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

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="<@o...@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">