diff --git a/app/vendors/shells/vault.php b/app/vendors/shells/vault.php index 41182314..4c91e289 100755 --- a/app/vendors/shells/vault.php +++ b/app/vendors/shells/vault.php @@ -424,7 +424,7 @@ class VaultShell extends Shell { preg_match("/CMCPO\d+/", $subject, $output); } else if($type == 'job') { - preg_match("/(JAN|FEB|MAR|APR|MAY|JUN|JUL|AUG|SEP|OCT|NOV|DEC)\d+(N|V|W|S|T|NT|ACT)J\d+/", $subject, $output); + preg_match("/(JAN|FEB|MAR|APR|MAY|JUN|JUL|AUG|SEP|OCT|NOV|DEC)\d+(N|V|W|S|T|NT|ACT|Q|O)J\d+/", $subject, $output); } foreach($output as $match) {