todos fixed

This commit is contained in:
Dennis Eichhorn 2023-10-12 22:49:21 +00:00
parent 96051d1b1f
commit a785fff5e7

View File

@ -126,7 +126,7 @@ final class ApiController extends Controller
return;
}
// @todo: check if old element existex -> removed/changed item
// @todo: check if old element existed -> removed/changed item
// @todo: we cannot have transaction->to and transaction->from be the id of client/supplier because the IDs can overlap
$transaction = new StockMovement();