Subversion Repositories SmartDukaan

Rev

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

Rev 3390 Rev 3405
Line 66... Line 66...
66
        activity.ticketStatus = tactivity.getTicketStatus();
66
        activity.ticketStatus = tactivity.getTicketStatus();
67
        activity.ticketCategory = tactivity.getTicketCategory();
67
        activity.ticketCategory = tactivity.getTicketCategory();
68
        activity.ticketDescription = tactivity.getTicketDescription();
68
        activity.ticketDescription = tactivity.getTicketDescription();
69
        activity.description = tactivity.getDescription();
69
        activity.description = tactivity.getDescription();
70
        activity.type = tactivity.getType();
70
        activity.type = tactivity.getType();
-
 
71
        
-
 
72
        if (tactivity.isSetIsRead()) {
71
        activity.isRead = tactivity.isIsRead();
73
            activity.isRead = tactivity.isIsRead();
-
 
74
        }
72
 
75
 
73
        if (tactivity.isSetCustomerId()) {
76
        if (tactivity.isSetCustomerId()) {
74
            activity.customerId = tactivity.getCustomerId();
77
            activity.customerId = tactivity.getCustomerId();
75
        }
78
        }
76
 
79