Subversion Repositories SmartDukaan

Rev

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

Rev 24500 Rev 24526
Line 98... Line 98...
98
		if (l1Auth == 0) {
98
		if (l1Auth == 0) {
99
			if (l2Auth == 0) {
99
			if (l2Auth == 0) {
100
				this.setAssignment(ticket, ticketAssigned);
100
				this.setAssignment(ticket, ticketAssigned);
101
			} else {
101
			} else {
102
				ticketAssigned.setAssineeId(l2Auth);
102
				ticketAssigned.setAssineeId(l2Auth);
-
 
103
				ticket.setL1AuthUser(l2Auth);
-
 
104
				ticket.setL2AuthUser(l2Auth);
103
			}
105
			}
104
		} else {
106
		} else {
105
			ticketAssigned.setAssineeId(l1Auth);
107
			ticketAssigned.setAssineeId(l1Auth);
106
			ticket.setL1AuthUser(l1Auth);
108
			ticket.setL1AuthUser(l1Auth);
107
			ticket.setL2AuthUser(l2Auth);
109
			ticket.setL2AuthUser(l2Auth);