This commit is contained in:
Frédéric FRANCE 2022-09-08 15:18:52 +02:00 committed by GitHub
parent 7600aec8f9
commit 5b213b2b1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4903,7 +4903,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)
{