Update TO to be 13 digits

This commit is contained in:
mk-dds
2019-07-18 13:50:48 -04:00
parent c8e700c8fe
commit 57894c16ca
2 changed files with 3 additions and 3 deletions

View File

@@ -72,9 +72,9 @@ export default {
},
taskOrderNumber: {
mask: false,
match: /^.{10}$/,
match: /^.{13}$/,
unmask: [],
validationError: 'TO number must be 10 digits',
validationError: 'TO number must be 13 digits',
},
usPhone: {
mask: [