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

This commit is contained in:
rMalie
2012-02-09 08:57:52 +00:00
parent 6356a6bdea
commit 13fa90f707
+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()