Author: ashish
Date: Tue Apr  6 04:21:28 2010
New Revision: 931007

URL: http://svn.apache.org/viewvc?rev=931007&view=rev
Log:
Applied patch from jira issue OFBIZ-3645 - "Import eBay Orders" Search Results 
Incorrect.
Thanks Mridul for the contribution.

Modified:
    ofbiz/trunk/specialpurpose/ebay/src/org/ofbiz/ebay/EbayOrderServices.java

Modified: 
ofbiz/trunk/specialpurpose/ebay/src/org/ofbiz/ebay/EbayOrderServices.java
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebay/src/org/ofbiz/ebay/EbayOrderServices.java?rev=931007&r1=931006&r2=931007&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ebay/src/org/ofbiz/ebay/EbayOrderServices.java 
(original)
+++ ofbiz/trunk/specialpurpose/ebay/src/org/ofbiz/ebay/EbayOrderServices.java 
Tue Apr  6 04:21:28 2010
@@ -71,6 +71,7 @@ public class EbayOrderServices {
         Locale locale = (Locale) context.get("locale");
         orderImportSuccessMessageList.clear();
         orderImportFailureMessageList.clear();
+        getSellerTransactionsContainingOrderList.clear();
         orderList.clear();
         Map<String, Object> result = FastMap.newInstance();
         try {


Reply via email to