mirror of
https://github.com/Karaka-Management/oms-WarehouseManagement.git
synced 2026-02-16 06:08:40 +00:00
fix tests
This commit is contained in:
parent
7e08cefb08
commit
272b5b0053
|
|
@ -194,6 +194,8 @@ final class ApiController extends Controller
|
||||||
// stock changes
|
// stock changes
|
||||||
// all other changes ignore!
|
// all other changes ignore!
|
||||||
// check availability again, if not available abort bill
|
// check availability again, if not available abort bill
|
||||||
|
// maybe from an algorithmic point of view first set quantity to zero
|
||||||
|
// and then do normal algorithm like for a new element
|
||||||
} else {
|
} else {
|
||||||
StockMovementMapper::delete()->execute($transactions);
|
StockMovementMapper::delete()->execute($transactions);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user