Subversion Repositories munaweb

Rev

Rev 184 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 184 Rev 194
Line 233... Line 233...
233
        endDate = getJsonValue(JsonObj[i].ListingDetails.EndTime).substr(0, 10);
233
        endDate = getJsonValue(JsonObj[i].ListingDetails.EndTime).substr(0, 10);
234
        privateNote = getJsonValue(JsonObj[i].PrivateNotes);
234
        privateNote = getJsonValue(JsonObj[i].PrivateNotes);
235
        ebayNote = getJsonValue(JsonObj[i].eBayNotes);
235
        ebayNote = getJsonValue(JsonObj[i].eBayNotes);
236
        relisted = getJsonValue(JsonObj[i].Relisted);
236
        relisted = getJsonValue(JsonObj[i].Relisted);
237
 
237
 
238
        if ((privateNote.startsWith("Exported to ") && !document.getElementById('includeExported').checked) || relisted == 'true' || privateNote.startsWith("Sold via ") || privateNote.startsWith("Relisted As New Item")) {
238
        if ((privateNote.startsWith("Exported to ") && !document.getElementById('includeExported').checked) || relisted == 'true' || privateNote.startsWith("Sold via ") || privateNote.startsWith("Relisted As New Item" || ebayNote.startsWith("This duplicate listing was not shown"))) {
239
            continue;
239
            continue;
240
        }
240
        }
241
 
241
 
242
        if (format == 'Auction' && document.getElementById('ltFixed').checked) {
242
        if (format == 'Auction' && document.getElementById('ltFixed').checked) {
243
            continue;
243
            continue;