Merge branch 'fronkdev' into 'master'
Fixed setting correct status when canceling preorder See merge request fronk/thetool!228
This commit is contained in:
@@ -748,7 +748,7 @@ class PreorderController extends mfBaseController {
|
||||
|
||||
$preorder->deleted = date('U');
|
||||
$preorder->deleted_by = $this->me->id;
|
||||
$preorder->status_id = 15; // 899 - Cancelled
|
||||
$preorder->status_id = 23; // 910 - Cancelled (ohne weitere Begründung)
|
||||
$preorder->save();
|
||||
|
||||
$this->layout()->setFlash("Vorbestellung erfolgreich gelöscht!", "success");
|
||||
|
||||
Reference in New Issue
Block a user