fix tests

This commit is contained in:
Dennis Eichhorn 2024-04-25 15:28:40 +00:00
parent af50505aba
commit 0b52f587bd

View File

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