FIx : addline() $type default value is misleading
It should refer to a Product type, not an Invoice type.
This commit is contained in:
parent
828826c6a2
commit
ddb8b406a0
@ -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 = Product::TYPE_PRODUCT,
|
||||||
$rang = -1,
|
$rang = -1,
|
||||||
$special_code = 0,
|
$special_code = 0,
|
||||||
$origin = '',
|
$origin = '',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user