mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-24 10:21:32 +01:00
Fix related to #33449
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user