Doc for $child_id

This commit is contained in:
Cédric 2019-11-16 11:23:50 +01:00 committed by GitHub
parent 04f58f5d32
commit 33d4c4b73c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -412,10 +412,10 @@ class Products extends DolibarrApi
*
* Link a product/service to a parent product/service
*
* @param int $id Id of parent product/service
* @param int $id_fils Id of child product/service
* @param int $qty Quantity
* @param int $incdec 1=Increase/decrease stock of child when parent stock increase/decrease
* @param int $id Id of parent product/service
* @param int $child_id Id of child product/service
* @param int $qty Quantity
* @param int $incdec 1=Increase/decrease stock of child when parent stock increase/decrease
* @return int
*
* @throws RestException