mirror of
https://github.com/Karaka-Management/oms-WarehouseManagement.git
synced 2026-02-15 21:58:41 +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('elements/item')
|
||||||
->with('supplier')
|
->with('supplier')
|
||||||
->with('client')
|
->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)
|
->where('type/transferStock', true)
|
||||||
->execute();
|
->execute();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user