Update product.class.php
This commit is contained in:
parent
3429cb7c1d
commit
4ca9fddfcc
@ -791,7 +791,7 @@ class Product extends CommonObject
|
|||||||
* @param User $user Object user making update
|
* @param User $user Object user making update
|
||||||
* @param int $notrigger Disable triggers
|
* @param int $notrigger Disable triggers
|
||||||
* @param string $action Current action for hookmanager ('add' or 'update')
|
* @param string $action Current action for hookmanager ('add' or 'update')
|
||||||
* @param int $updatetype Update product type
|
* @param boolean $updatetype Update product type
|
||||||
* @return int 1 if OK, -1 if ref already exists, -2 if other error
|
* @return int 1 if OK, -1 if ref already exists, -2 if other error
|
||||||
*/
|
*/
|
||||||
public function update($id, $user, $notrigger = false, $action = 'update', $updatetype = false)
|
public function update($id, $user, $notrigger = false, $action = 'update', $updatetype = false)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user