Add tests for asset and location check out

This commit is contained in:
Marcus Moore
2024-04-10 13:28:52 -07:00
parent 37ebf1827f
commit 7dbf8a8a8e
2 changed files with 56 additions and 21 deletions
@@ -64,7 +64,6 @@ class AssetCheckoutController extends Controller
$target = $this->determineCheckoutTarget($asset);
// this seems to be handled by the checkOut method
$asset = $this->updateAssetLocation($asset, $target);
$checkout_at = date('Y-m-d H:i:s');