aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gsxlib.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/gsxlib.php b/gsxlib.php
index 5a6ed33..e5b1297 100644
--- a/gsxlib.php
+++ b/gsxlib.php
@@ -578,7 +578,7 @@ class GsxLib
'eeeCode' => '/^[A-Z0-9]{3,4}$/', // only match ALL-CAPS!
'returnOrder' => '/^7\d{9}$/',
'repairNumber' => '/^\d{12}$/',
- 'dispatchId' => '/^G\d{9}$/',
+ 'dispatchId' => '/^[A-Z]+\d{9}$/',
'alternateDeviceId' => '/^\d{15}$/',
'diagnosticEventNumber' => '/^\d{23}$/',
'productName' => '/^i?Mac/',