Author: jleroux
Date: Tue Apr 9 11:49:10 2019 New Revision: 1857173 URL: http://svn.apache.org/viewvc?rev=1857173&view=rev Log: 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-framework/trunk/applications/order/config/OrderUiLabels.xml ofbiz/ofbiz-plugins/trunk/ecommerce/template/shoppinglist/EditShoppingList.ftl Modified: ofbiz/ofbiz-framework/trunk/applications/order/config/OrderUiLabels.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/order/config/OrderUiLabels.xml?rev=1857173&r1=1857172&r2=1857173&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/applications/order/config/OrderUiLabels.xml (original) +++ ofbiz/ofbiz-framework/trunk/applications/order/config/OrderUiLabels.xml Tue Apr 9 11:49:10 2019 @@ -3603,25 +3603,6 @@ <value xml:lang="zh">ä»è¯·æ±å建询价</value> <value xml:lang="zh-TW">ç±è«æ±å»ºç«å ±å¹</value> </property> - <property key="OrderCreateQuoteFromShoppingList"> - <value xml:lang="ar">Ø®Ù٠عرض سعر جدÙد</value> - <value xml:lang="de">Neues Angebot erstellen</value> - <value xml:lang="de-CH">Neue Offerte erstellen</value> - <value xml:lang="en">Create New Quote</value> - <value xml:lang="es">Crear presupuesto desde lista de compras</value> - <value xml:lang="fr">Créer un nouveau devis</value> - <value xml:lang="it">Creare Nuovo Preventivo</value> - <value xml:lang="ja">æ°è¦è¦ç©ãä½æ</value> - <value xml:lang="nl">Nieuwe offerte</value> - <value xml:lang="pt-BR">Criar nova cotação</value> - <value xml:lang="ro">Creare Noua Oferta</value> - <value xml:lang="ru">СоздаÑÑ Ð½Ð¾Ð²Ð¾Ðµ пÑедложение</value> - <value xml:lang="th">สรà¹à¸²à¸à¸à¸³à¸£à¹à¸à¸</value> - <value xml:lang="vi">Thêm má»i Báo giá</value> - <value xml:lang="zh">æ°å»ºè¯¢ä»·</value> - <value xml:lang="zh-CN">æ°å»ºæ¥ä»·</value> - <value xml:lang="zh-TW">建ç«å ±å¹</value> - </property> <property key="OrderCreateQuoteWorkEffort"> <value xml:lang="ar">Ø®Ù٠عرض سعر جدÙد ÙجÙد ع٠Ù</value> <value xml:lang="de">Neues Angebot für Arbeitsaufwand erstellen</value> 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=1857173&r1=1857172&r2=1857173&view=diff ============================================================================== --- ofbiz/ofbiz-plugins/trunk/ecommerce/template/shoppinglist/EditShoppingList.ftl (original) +++ ofbiz/ofbiz-plugins/trunk/ecommerce/template/shoppinglist/EditShoppingList.ftl Tue Apr 9 11:49:10 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>"> |
Free forum by Nabble | Edit this page |