Subversion Repositories SmartDukaan

Rev

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

Rev 18714 Rev 18715
Line 462... Line 462...
462
    activity.customerEmailId = customerFeedBack.get('email')
462
    activity.customerEmailId = customerFeedBack.get('email')
463
    if user is not None and user.userId !=-1:
463
    if user is not None and user.userId !=-1:
464
        activity.customerId  = user.userId
464
        activity.customerId  = user.userId
465
    activity.customerName = customerFeedBack.get('customer_name')
465
    activity.customerName = customerFeedBack.get('customer_name')
466
    activity.customerMobileNumber = customerFeedBack.get('mobile_number')
466
    activity.customerMobileNumber = customerFeedBack.get('mobile_number')
467
    activity.creationTimestamp = customerFeedBack.get('created')
467
    activity.creationTimestamp = ticket.openDate
468
    activity.customerEmailId= customerFeedBack.get('email')
468
    activity.customerEmailId= customerFeedBack.get('email')
469
    
469
    
470
    if not crmServiceClient.isAlive():
470
    if not crmServiceClient.isAlive():
471
        crmServiceClient = CRMClient().get_client()
471
        crmServiceClient = CRMClient().get_client()
472
    
472