mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
fix doc
This commit is contained in:
parent
1512abf96a
commit
3bf71d456d
|
|
@ -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
|
||||
* @return int <0 if KO, >0 if OK
|
||||
* @return array
|
||||
*/
|
||||
private function getArrayForPriceCompare($level = 0)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user