Update WarehouseOrderRequestController.php
This commit is contained in:
@@ -59,6 +59,8 @@ class WarehouseOrderRequestController extends TTCrud {
|
||||
}
|
||||
|
||||
protected function afterCreate($postData): void {
|
||||
return;
|
||||
//TODO: this should be working again
|
||||
if ($_SERVER['HTTP_HOST'] === 'localhost') return;
|
||||
die("TODO we need this to work with new positions manager");
|
||||
|
||||
@@ -132,4 +134,4 @@ BODY
|
||||
$this->prepareCrudConfig();
|
||||
self::returnJson((new WarehouseHistoryController)->getHistory($this->request->id, $this->mod, $this->columns));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user