You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by mr...@apache.org on 2016/07/16 06:09:40 UTC

svn commit: r1752892 - /ofbiz/trunk/specialpurpose/ebay/widget/EbayScreens.xml

Author: mridulpathak
Date: Sat Jul 16 06:09:40 2016
New Revision: 1752892

URL: http://svn.apache.org/viewvc?rev=1752892&view=rev
Log:
[OFBIZ-7700] Fixed file not found exception in export to ebay. Thanks Ankit Joshi for contribution.

Modified:
    ofbiz/trunk/specialpurpose/ebay/widget/EbayScreens.xml

Modified: ofbiz/trunk/specialpurpose/ebay/widget/EbayScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebay/widget/EbayScreens.xml?rev=1752892&r1=1752891&r2=1752892&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ebay/widget/EbayScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/ebay/widget/EbayScreens.xml Sat Jul 16 06:09:40 2016
@@ -59,7 +59,7 @@ under the License.
                             <html><html-template location="component://ebay/template/find/EbayKeywordSearch.ftl"/></html>
                         </platform-specific>
                         <platform-specific>
-                            <html><html-template location="component://ebay/template/find/EayExportLink.ftl"/></html>
+                            <html><html-template location="component://ebay/template/find/EbayExportLink.ftl"/></html>
                         </platform-specific>
                     </decorator-section>
                 </decorator-screen>