Merge branch 'bugfix/fix-php7-issue' into 'master'
Bugfix/fix php7 issue See merge request fronk/thetool!508
This commit is contained in:
@@ -102,7 +102,7 @@ class WarehouseArticleController extends TTCrud {
|
||||
// save cheapestSellPrices column on article
|
||||
|
||||
$article->cheapestSellPrice = json_encode($cheapestSellPrices);
|
||||
WarehouseArticleModel::update([...get_object_vars($article)]);
|
||||
WarehouseArticleModel::update(get_object_vars($article));
|
||||
}
|
||||
|
||||
protected function afterCreate() {
|
||||
|
||||
Reference in New Issue
Block a user