mirror of
https://github.com/Karaka-Management/oms-WarehouseManagement.git
synced 2026-01-29 15:08:40 +00:00
fix tests
This commit is contained in:
parent
af50505aba
commit
0b52f587bd
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user