Update WarehouseOrderRequestController.php

This commit is contained in:
Luca Haid
2025-03-06 09:33:07 +00:00
parent 7a34d2f00e
commit a729e77781

View File

@@ -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));
}
}
}