MattParr / python-atws

Autotask Web Services python module
MIT License
32 stars 10 forks source link

Fix issue #53: Picklist reverse_lookup not working #71

Closed mtingers closed 4 years ago

mtingers commented 4 years ago

Convert picklist "Value" from string to integer. It also converts the reverse_lookup search value to integer for backwards compatibility making it so both of these will work: at.picklist['Ticket']['Status'].reverse_lookup(1) at.picklist['Ticket']['Status'].reverse_lookup('1')