JoelMon / pyTalkManager

Software to aid public talk coordinators in the congregations of Jehovah's Witnesses.
http://theodevelopers.github.io/pyTalkManager
6 stars 1 forks source link

zipcode leading zero bug #55

Closed JoelMon closed 9 years ago

JoelMon commented 9 years ago

When entering a zipcode, if there are any leading zeros, for example, "03234", then, "3234" will be saved to the database instead.

This is probably caused by a int string somewhere.