Subversion Repositories SmartDukaan

Rev

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

Rev 15326 Rev 15327
Line 861... Line 861...
861
        retailerContact.agent_id = agentId
861
        retailerContact.agent_id = agentId
862
        retailerContact.call_type = callType
862
        retailerContact.call_type = callType
863
        retailerContact.contact_type = contactType
863
        retailerContact.contact_type = contactType
864
        retailerContact.mobile_number = mobile
864
        retailerContact.mobile_number = mobile
865
    else:
865
    else:
866
        if CONTACT_PRIORITY.index(retailerContact.contact_type) > CONTACT_PRIORITY.index(callType):
866
        if CONTACT_PRIORITY.index(retailerContact.contact_type) > CONTACT_PRIORITY.index(contactType):
867
            retailerContact.contact_type = callType
867
            retailerContact.contact_type = callType
868
            
868
            
869
        
869
        
870
        
870
        
871
class Login():
871
class Login():