// Fix SpecificPrice::update() #PSFV-473

This commit is contained in:
rMalie
2012-02-09 08:57:52 +00:00
parent acb81de6dd
commit 464d00c449
+2
View File
@@ -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()