improved new features

This commit is contained in:
Luca Haid
2025-04-29 14:14:30 +02:00
parent a859bef97e
commit f2dc7eae53

View File

@@ -67,8 +67,8 @@ class WarehouseArticleDistributorController extends TTCrud {
}
protected function afterDelete($postData) {
WarehouseArticleController::updateCheapestPurchasePrice($postData);
WarehouseArticleController::updateSellPrices($postData);
WarehouseArticleController::updateCheapestPurchasePrice($postData["id"]);
WarehouseArticleController::updateSellPrices($postData["id"]);
}
protected function getHistoryAction() {