@param desc
This commit is contained in:
parent
be56f76743
commit
105e024c48
@ -1261,15 +1261,16 @@ class CommandeFournisseur extends CommonOrder
|
|||||||
/**
|
/**
|
||||||
* Add a product into a stock warehouse.
|
* Add a product into a stock warehouse.
|
||||||
*
|
*
|
||||||
* @param User $user User object making change
|
* @param User $user User object making change
|
||||||
* @param int $product Id of product to dispatch
|
* @param int $product Id of product to dispatch
|
||||||
* @param double $qty Qty to dispatch
|
* @param double $qty Qty to dispatch
|
||||||
* @param int $entrepot Id of warehouse to add product
|
* @param int $entrepot Id of warehouse to add product
|
||||||
* @param double $price Unit Price for PMP value calculation (Unit price without Tax and taking into account discount)
|
* @param double $price Unit Price for PMP value calculation (Unit price without Tax and taking into account discount)
|
||||||
* @param string $comment Comment for stock movement
|
* @param string $comment Comment for stock movement
|
||||||
* @param date $eatby eat-by date
|
* @param date $eatby eat-by date
|
||||||
* @param date $sellby sell-by date
|
* @param date $sellby sell-by date
|
||||||
* @param string $batch Lot number
|
* @param string $batch Lot number
|
||||||
|
* @param int $fk_commandefourndet Id of supplier order line
|
||||||
* @return int <0 if KO, >0 if OK
|
* @return int <0 if KO, >0 if OK
|
||||||
*/
|
*/
|
||||||
function DispatchProduct($user, $product, $qty, $entrepot, $price=0, $comment='', $eatby='', $sellby='', $batch='', $fk_commandefourndet='')
|
function DispatchProduct($user, $product, $qty, $entrepot, $price=0, $comment='', $eatby='', $sellby='', $batch='', $fk_commandefourndet='')
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user