// Fix SpecificPrice::update() #PSFV-473
This commit is contained in:
@@ -111,7 +111,9 @@ class SpecificPriceCore extends ObjectModel
|
||||
// Flush cache when we updating a new specific price
|
||||
self::$_specificPriceCache = array();
|
||||
Product::flushPriceCache();
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
public function delete()
|
||||
|
||||
Reference in New Issue
Block a user