2
0
forked from Wavyzz/dolibarr

normalise doc (#34987)

* normalise doc

* normalise doc

* normalise doc
This commit is contained in:
Frédéric FRANCE
2025-08-19 11:24:38 +02:00
committed by GitHub
parent 790377c0bc
commit e0861b922f
7 changed files with 22 additions and 22 deletions

View File

@@ -1550,8 +1550,8 @@ class Commande extends CommonOrder
* @param int $fk_remise_except Id remise
* @param string $price_base_type HT or TTC
* @param float $pu_ttc Prix unitaire TTC
* @param int|string $date_start Start date of the line - Added by Matelli (See http://matelli.fr/showcases/patchs-dolibarr/add-dates-in-order-lines.html)
* @param int|string $date_end End date of the line - Added by Matelli (See http://matelli.fr/showcases/patchs-dolibarr/add-dates-in-order-lines.html)
* @param int|'' $date_start Start date of the line
* @param int|'' $date_end End date of the line
* @param int<0,1> $type Type of line (0=product, 1=service). Not used if fk_product is defined, the type of product is used.
* @param int $rang Position of line
* @param int $special_code Special code (also used by externals modules!)
@@ -1878,8 +1878,8 @@ class Commande extends CommonOrder
* @param int $idproduct Product Id
* @param float $qty Quantity
* @param float $remise_percent Product discount relative
* @param int|string $date_start Start date of the line
* @param int|string $date_end End date of the line
* @param int|'' $date_start Start date of the line
* @param int|'' $date_end End date of the line
* @return void
*
* TODO Remplacer les appels a cette fonction par generation object Ligne
@@ -3109,8 +3109,8 @@ class Commande extends CommonOrder
* @param float $txlocaltax2 Local tax 2 rate
* @param string $price_base_type HT or TTC
* @param int $info_bits Miscellaneous information on line
* @param int|string $date_start Start date of the line
* @param int|string $date_end End date of the line
* @param int|'' $date_start Start date of the line
* @param int|'' $date_end End date of the line
* @param int $type Type of line (0=product, 1=service)
* @param int $fk_parent_line Id of parent line (0 in most cases, used by modules adding sublevels into lines).
* @param int $skip_update_total Keep fields total_xxx to 0 (used for special lines by some modules)