forked from Wavyzz/dolibarr
FIx : addline() $type default value is misleading
It should refer to a Product type, not an Invoice type.
This commit is contained in:
@@ -3147,7 +3147,7 @@ class Facture extends CommonInvoice
|
||||
$fk_remise_except = '',
|
||||
$price_base_type = 'HT',
|
||||
$pu_ttc = 0,
|
||||
$type = self::TYPE_STANDARD,
|
||||
$type = Product::TYPE_PRODUCT,
|
||||
$rang = -1,
|
||||
$special_code = 0,
|
||||
$origin = '',
|
||||
|
||||
Reference in New Issue
Block a user