Example #1
0
 def GetDeliveryAgentNick(self):
     tAgent = Agent()
     pAgentEmail = self.orderDeliveryAgent
     tAgent = Agent.GetAgentByEmail(pAgentEmail)
     tAgentNick = tAgent.agentNickName
     return tAgentNick
Example #2
0
 def GetAssignedAgentNick(self):
     tAgent = Agent()
     pAgentEmail = self.orderAssignedAgent
     tAgent = Agent.GetAgentByEmail(pAgentEmail)
     tAgentNick = tAgent.agentNickName
     return tAgentNick