Skip to content

Commit

Permalink
fix: STATUS CREATED dont exists anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
dehenne committed Mar 7, 2018
1 parent 8049fa9 commit a12e928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/QUI/ERP/Order/OrderInProcess.php
Expand Up @@ -382,7 +382,7 @@ protected function getDataForSaving()
}

// status
$status = self::STATUS_CREATED;
$status = 0;

if ($this->status) {
$status = $this->status;
Expand Down

0 comments on commit a12e928

Please sign in to comment.