Update supplier_proposal.class.php
This commit is contained in:
parent
42bb96dc27
commit
26a77b0cbc
@ -13,6 +13,7 @@
|
|||||||
* Copyright (C) 2014 Marcos García <marcosgdf@gmail.com>
|
* Copyright (C) 2014 Marcos García <marcosgdf@gmail.com>
|
||||||
* Copyright (C) 2016 Ferran Marcet <fmarcet@2byte.es>
|
* Copyright (C) 2016 Ferran Marcet <fmarcet@2byte.es>
|
||||||
* Copyright (C) 2018 Nicolas ZABOURI <info@inovea-conseil.com>
|
* Copyright (C) 2018 Nicolas ZABOURI <info@inovea-conseil.com>
|
||||||
|
* Copyright (C) 2019 Frédéric France <frederic.france@netlogic.fr>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@ -1814,7 +1815,7 @@ class SupplierProposal extends CommonObject
|
|||||||
* Upate ProductFournisseur
|
* Upate ProductFournisseur
|
||||||
*
|
*
|
||||||
* @param int $idProductFournPrice id of llx_product_fournisseur_price
|
* @param int $idProductFournPrice id of llx_product_fournisseur_price
|
||||||
* @param int $product contain informations to update
|
* @param Product $product contain informations to update
|
||||||
* @param User $user Object user
|
* @param User $user Object user
|
||||||
* @return int <0 if KO, >0 if OK
|
* @return int <0 if KO, >0 if OK
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user