Fix related to #33449

This commit is contained in:
ldestailleur
2025-04-07 15:46:10 +02:00
parent 75eb798322
commit 6af8298736
15 changed files with 63 additions and 63 deletions

View File

@@ -1541,7 +1541,7 @@ class Commande extends CommonOrder
* @param int $special_code Special code (also used by externals modules!)
* @param int $fk_parent_line Parent line
* @param int $fk_fournprice Id supplier price
* @param float $pa_ht Buying price (without tax)
* @param float|string $pa_ht Buying price without tax (Can be '' to keep AWP unchanged or a float value)
* @param string $label Label
* @param array<string,mixed> $array_options Extrafields array. Example array('options_codeforfield1'=>'valueforfield1', 'options_codeforfield2'=>'valueforfield2', ...)
* @param ?int $fk_unit Code of the unit to use. Null to use the default one
@@ -3064,7 +3064,7 @@ class Commande extends CommonOrder
* @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)
* @param int $fk_fournprice Id of origin supplier price
* @param float $pa_ht Price (without tax) of product when it was bought
* @param float|string $pa_ht Price (without tax) of product when it was bought (Can be '' to keep AWP unchanged or a float value)
* @param string $label Label
* @param int $special_code Special code (also used by externals modules!)
* @param array<string,mixed> $array_options extrafields array