improved new features
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user