Merge pull request #19716 from jyhere/patch-2

FIx : addline() $type default value is misleading
This commit is contained in:
Laurent Destailleur 2021-12-30 19:28:44 +01:00 committed by GitHub
commit e8408141e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3147,7 +3147,7 @@ class Facture extends CommonInvoice
$fk_remise_except = '',
$price_base_type = 'HT',
$pu_ttc = 0,
$type = self::TYPE_STANDARD,
$type = 0,
$rang = -1,
$special_code = 0,
$origin = '',