fix tests

This commit is contained in:
Dennis Eichhorn 2023-09-24 02:48:08 +00:00
parent 7e08cefb08
commit 272b5b0053

View File

@ -194,6 +194,8 @@ final class ApiController extends Controller
// stock changes
// all other changes ignore!
// 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 {
StockMovementMapper::delete()->execute($transactions);