Merge pull request #22147 from frederic34/patch-5

doc
This commit is contained in:
Laurent Destailleur 2022-09-09 15:59:23 +02:00 committed by GitHub
commit c01c595cfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4905,7 +4905,7 @@ class Facture extends CommonInvoice
/**
* @param int $rounding Minimum number of decimal to show. If 0, no change, if -1, we use min($conf->global->MAIN_MAX_DECIMALS_UNIT,$conf->global->MAIN_MAX_DECIMALS_TOT)
* @return number or -1 if not available
* @return float or -1 if not available
*/
public function getRetainedWarrantyAmount($rounding = -1)
{