AppStateESS / InternshipInventory

Web app for tracking and approving student internships.
http://appstateess.github.io/InternshipInventory/
GNU General Public License v3.0
10 stars 22 forks source link

Allow international zip codes with letters #280

Closed jlbooker closed 8 years ago

jlbooker commented 8 years ago

International addresses sometimes have letters in their zip/postal codes. Currently, we only allow digits in the zip code field. Update the sanity checking logic to allow letters in international addresses.

jlbooker commented 8 years ago

Examples:

Argentina: C1414BED. Canada: B3J 1Y9. Ireland: D02 AF30

jlbooker commented 8 years ago

:+1: Tested, works!