Doxygen
This commit is contained in:
parent
381af3e6bc
commit
3f807a09b4
@ -2109,7 +2109,8 @@ class CommandeFournisseur extends CommonOrder
|
|||||||
/**
|
/**
|
||||||
* Return the max number delivery delay in day
|
* Return the max number delivery delay in day
|
||||||
*
|
*
|
||||||
* @return string
|
* @param Translate $langs Language object
|
||||||
|
* @return Translated string
|
||||||
*/
|
*/
|
||||||
function getMaxDeliveryTimeDay($langs)
|
function getMaxDeliveryTimeDay($langs)
|
||||||
{
|
{
|
||||||
@ -2134,7 +2135,7 @@ class CommandeFournisseur extends CommonOrder
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Classe de gestion des lignes de commande
|
* Class to manage line orders
|
||||||
*/
|
*/
|
||||||
class CommandeFournisseurLigne extends CommonOrderLine
|
class CommandeFournisseurLigne extends CommonOrderLine
|
||||||
{
|
{
|
||||||
|
|||||||
@ -154,6 +154,7 @@ class ProductFournisseur extends Product
|
|||||||
* @param float $remise_percent Discount regarding qty (percent)
|
* @param float $remise_percent Discount regarding qty (percent)
|
||||||
* @param float $remise Discount regarding qty (amount)
|
* @param float $remise Discount regarding qty (amount)
|
||||||
* @param int $newnpr Set NPR or not
|
* @param int $newnpr Set NPR or not
|
||||||
|
* @param int $delivery_time_days Delay in days for delivery (max)
|
||||||
* @return int <0 if KO, >=0 if OK
|
* @return int <0 if KO, >=0 if OK
|
||||||
*/
|
*/
|
||||||
function update_buyprice($qty, $buyprice, $user, $price_base_type, $fourn, $availability, $ref_fourn, $tva_tx, $charges=0, $remise_percent=0, $remise=0, $newnpr=0, $delivery_time_days=0)
|
function update_buyprice($qty, $buyprice, $user, $price_base_type, $fourn, $availability, $ref_fourn, $tva_tx, $charges=0, $remise_percent=0, $remise=0, $newnpr=0, $delivery_time_days=0)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user