Merge pull request #19716 from jyhere/patch-2
FIx : addline() $type default value is misleading
This commit is contained in:
commit
e8408141e2
@ -3147,7 +3147,7 @@ class Facture extends CommonInvoice
|
|||||||
$fk_remise_except = '',
|
$fk_remise_except = '',
|
||||||
$price_base_type = 'HT',
|
$price_base_type = 'HT',
|
||||||
$pu_ttc = 0,
|
$pu_ttc = 0,
|
||||||
$type = self::TYPE_STANDARD,
|
$type = 0,
|
||||||
$rang = -1,
|
$rang = -1,
|
||||||
$special_code = 0,
|
$special_code = 0,
|
||||||
$origin = '',
|
$origin = '',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user