Merge branch 'Warehouse/improve3' into 'master'

improved new features

See merge request fronk/thetool!1282
This commit is contained in:
Luca Haid
2025-04-29 12:17:00 +00:00
2 changed files with 3 additions and 3 deletions
@@ -67,8 +67,8 @@ class WarehouseArticleDistributorController extends TTCrud {
}
protected function afterDelete($postData) {
WarehouseArticleController::updateCheapestPurchasePrice($postData["id"]);
WarehouseArticleController::updateSellPrices($postData["id"]);
WarehouseArticleController::updateCheapestPurchasePrice($postData["articleId"]);
WarehouseArticleController::updateSellPrices($postData["articleId"]);
}
protected function getHistoryAction() {