Subversion Repositories SmartDukaan

Rev

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

Rev 3128 Rev 3206
Line 93... Line 93...
93
        return currentAgentEmailId;
93
        return currentAgentEmailId;
94
    }
94
    }
95
 
95
 
96
    public String getAgentName() throws TException
96
    public String getAgentName() throws TException
97
    {
97
    {
98
        createServiceClients();
-
 
99
        return crmServiceClient.getAgentByEmailId(currentAgentEmailId).getName();
98
        return crmServiceClient.getAgentByEmailId(currentAgentEmailId).getName();
100
    }
99
    }
101
 
100
 
102
    public String editNew() {
101
    public String editNew() {
103
        return EDIT_NEW;
102
        return EDIT_NEW;