Subversion Repositories SmartDukaan

Rev

Rev 23267 | Rev 23334 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 23267 Rev 23268
Line 510... Line 510...
510
            continue
510
            continue
511
        
511
        
512
        
512
        
513
        undeliveredAwbStatusObj = __get_scan_by_code(xmlScans, REASON_CODES_UNDELIVERED_MAP.keys())
513
        undeliveredAwbStatusObj = __get_scan_by_code(xmlScans, REASON_CODES_UNDELIVERED_MAP.keys())
514
        if undeliveredAwbStatusObj is not None:
514
        if undeliveredAwbStatusObj is not None:
515
            delivered_orders[awb] = REASON_CODES_UNDELIVERED_MAP.get(undeliveredAwbStatusObj.statusCode)
515
            undelivered_orders[awb] = REASON_CODES_UNDELIVERED_MAP.get(undeliveredAwbStatusObj.statusCode)
516
        
516
        
517
        
517
        
518
        
518
        
519
        #undelivered_orders[awb] = awbDetails.statusDescription
519
        #undelivered_orders[awb] = awbDetails.statusDescription
520
        
520