From 0b52f587bd839ae83caf03e418a289e0907146be Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 25 Apr 2024 15:28:40 +0000 Subject: [PATCH] fix tests --- Controller/ApiController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Controller/ApiController.php b/Controller/ApiController.php index aae0e38..f993fef 100755 --- a/Controller/ApiController.php +++ b/Controller/ApiController.php @@ -279,7 +279,7 @@ final class ApiController extends Controller ->with('elements/item') ->with('supplier') ->with('client') - ->where('id', $isBillElement ? $new->bill->id : $new->id) + ->where('id', $isBillElement ? $new->bill->id : $new->id) /* @phpstan-ignore-line */ ->where('type/transferStock', true) ->execute();