Fix comment params
This commit is contained in:
parent
d7a65a540e
commit
3f233a3200
@ -244,8 +244,8 @@ class ProductAttributeValue extends CommonObject
|
|||||||
/**
|
/**
|
||||||
* Deletes all product attribute values by a product attribute id
|
* Deletes all product attribute values by a product attribute id
|
||||||
*
|
*
|
||||||
* @param int $fk_attribute Product attribute id
|
* @param int $fk_attribute Product attribute id
|
||||||
* @param int $notrigger Do not execute trigger
|
* @param User $user Object user
|
||||||
* @return int <0 KO, >0 OK
|
* @return int <0 KO, >0 OK
|
||||||
*/
|
*/
|
||||||
public function deleteByFkAttribute($fk_attribute, User $user)
|
public function deleteByFkAttribute($fk_attribute, User $user)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user