Subversion Repositories SmartDukaan

Rev

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

Rev 3952 Rev 4160
Line 160... Line 160...
160
            activity.setDescription("Ticket created");
160
            activity.setDescription("Ticket created");
161
            activity.setTicketCategory(ticket.getCategory());
161
            activity.setTicketCategory(ticket.getCategory());
162
            activity.setTicketDescription(ticket.getDescription());
162
            activity.setTicketDescription(ticket.getDescription());
163
            activity.setTicketPriority(ticket.getPriority());
163
            activity.setTicketPriority(ticket.getPriority());
164
            activity.setTicketStatus(ticket.getStatus());
164
            activity.setTicketStatus(ticket.getStatus());
165
            activity.setType(ActivityType.OTHER);
165
            activity.setType(ActivityType.RECEIVED_EMAIL_FROM_CUSTOMER);
166
 
166
 
167
            if (isUserLoggedIn) {
167
            if (isUserLoggedIn) {
168
                activity.setCustomerId(userId);
168
                activity.setCustomerId(userId);
169
                ticket.setCustomerId(userId);
169
                ticket.setCustomerId(userId);
170
            } else {
170
            } else {