Author: jleroux
Date: Tue Apr  9 11:51:06 2019
New Revision: 1857175

URL: http://svn.apache.org/viewvc?rev=1857175&view=rev
Log:
"Applied fix from plugins for revision: 1857173  " 
------------------------------------------------------------------------
r1857173 | jleroux | 2019-04-09 13:49:10 +0200 (mar. 09 avr. 2019) | 8 lignes

Fixed: Error message is displayed while click on create new quotes.
(OFBIZ-10882)

This feature has been removed with OFBIZ-10882, 

This removes the "Create New Quote" link, the redundant "Save" link (there is a 
Save button) and the OrderCreateQuoteFromShoppingList label which was only used 
there
------------------------------------------------------------------------

Modified:
    ofbiz/ofbiz-plugins/branches/release18.12/   (props changed)
    
ofbiz/ofbiz-plugins/branches/release18.12/ecommerce/template/shoppinglist/EditShoppingList.ftl

Propchange: ofbiz/ofbiz-plugins/branches/release18.12/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Tue Apr  9 11:51:06 2019
@@ -10,4 +10,4 @@
 /ofbiz/branches/json-integration-refactoring/plugins:1634077-1635900
 /ofbiz/branches/multitenant20100310/plugins:921280-927264
 /ofbiz/branches/release13.07/plugins:1547657
-/ofbiz/ofbiz-plugins/trunk:1851002,1851009,1851068,1851135,1851139-1851140,1851185,1851316,1851885,1852988,1853904,1854684,1855082,1855084,1856212,1856802,1856917,1857120
+/ofbiz/ofbiz-plugins/trunk:1851002,1851009,1851068,1851135,1851139-1851140,1851185,1851316,1851885,1852988,1853904,1854684,1855082,1855084,1856212,1856802,1856917,1857120,1857173

Modified: 
ofbiz/ofbiz-plugins/branches/release18.12/ecommerce/template/shoppinglist/EditShoppingList.ftl
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/branches/release18.12/ecommerce/template/shoppinglist/EditShoppingList.ftl?rev=1857175&r1=1857174&r2=1857175&view=diff
==============================================================================
--- 
ofbiz/ofbiz-plugins/branches/release18.12/ecommerce/template/shoppinglist/EditShoppingList.ftl
 (original)
+++ 
ofbiz/ofbiz-plugins/branches/release18.12/ecommerce/template/shoppinglist/EditShoppingList.ftl
 Tue Apr  9 11:51:06 2019
@@ -125,8 +125,6 @@ under the License.
   <div class="card-header">
     <strong>${uiLabelMap.EcommerceShoppingListDetail} - 
${shoppingList.listName}</strong>
           <a class="float-right ml-2" 
href='javascript:document.createCustRequestFromShoppingList.submit();'>${uiLabelMap.OrderCreateCustRequestFromShoppingList}</a>
-          <a class="float-right ml-2" 
href='javascript:document.createQuoteFromShoppingList.submit();'>${uiLabelMap.OrderCreateQuoteFromShoppingList}</a>
-          <a href="javascript:document.updateList.submit();" 
class="float-right ml-2">${uiLabelMap.CommonSave}</a>
   </div>
     <div class="card-body">
       <form name= "createCustRequestFromShoppingList" method= "post" action= 
"<@ofbizUrl>createCustRequestFromShoppingList</@ofbizUrl>">


Reply via email to