Fix typo in job order status constant #424
This commit is contained in:
parent
59e6e9eb5c
commit
391909c493
1 changed files with 1 additions and 1 deletions
|
|
@ -816,7 +816,7 @@ class JobOrder
|
|||
|
||||
public function perform()
|
||||
{
|
||||
$this->setStatus(JOStatus::PERFORM);
|
||||
$this->setStatus(JOStatus::PERFORMED);
|
||||
}
|
||||
|
||||
public function fulfill()
|
||||
|
|
|
|||
Loading…
Reference in a new issue