mirror of
https://github.com/Karaka-Management/oms-WarehouseManagement.git
synced 2026-02-15 05:38:40 +00:00
test fixes
This commit is contained in:
parent
272b5b0053
commit
fadd2afe71
|
|
@ -188,7 +188,9 @@ final class ApiController extends Controller
|
||||||
->where('billElement', $new->id)
|
->where('billElement', $new->id)
|
||||||
->execute();
|
->execute();
|
||||||
|
|
||||||
|
/** @phpstan-ignore-next-line */
|
||||||
if ($new->item === $old->item) {
|
if ($new->item === $old->item) {
|
||||||
|
/** @phpstan-ignore-next-line */
|
||||||
// quantity change
|
// quantity change
|
||||||
// lot changes
|
// lot changes
|
||||||
// stock changes
|
// stock changes
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user