Skip to content
This repository has been archived by the owner on Apr 11, 2018. It is now read-only.

Commit

Permalink
Added extra Lpa status (i.e. pending)
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiejaoude committed Mar 28, 2014
1 parent e9d1c48 commit 2e54b2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ private function setStatusValidator()
'name' => 'InArray',
'options' => array(
'encoding' => 'UTF-8',
'haystack' => array('Perfect', 'Imperfect', 'Registered'),
'haystack' => array('Perfect', 'Imperfect', 'Registered', 'Pending', 'Withdrawn'),
'strict' => \Zend\Validator\InArray::COMPARE_STRICT
),
)
Expand Down

0 comments on commit 2e54b2d

Please sign in to comment.