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

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13155 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2012-02-09 08:57:52 +00:00
parent 07026f03a5
commit 1cd38d2621
+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()