This commit is contained in:
ATM john 2021-05-19 12:01:47 +02:00
parent 1512abf96a
commit 3bf71d456d

View File

@ -1535,10 +1535,10 @@ class Product extends CommonObject
} }
/** /**
* check if price have really change to avoid log pollution * used to check if price have really change to avoid log pollution
* *
* @param int $level price level to change * @param int $level price level to change
* @return int <0 if KO, >0 if OK * @return array
*/ */
private function getArrayForPriceCompare($level = 0) private function getArrayForPriceCompare($level = 0)
{ {