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