From faca7e057efe09e3cf9c5c5b7a9667ac27b6b0ef Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 29 May 2022 11:22:32 +0200 Subject: [PATCH] Update expensereport.class.php --- htdocs/expensereport/class/expensereport.class.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/htdocs/expensereport/class/expensereport.class.php b/htdocs/expensereport/class/expensereport.class.php index 6b3e8b67399..f62f8542c5b 100644 --- a/htdocs/expensereport/class/expensereport.class.php +++ b/htdocs/expensereport/class/expensereport.class.php @@ -2562,10 +2562,10 @@ class ExpenseReport extends CommonObject /** * \brief Compute the cost of the kilometers expense based on the number of kilometers and the vehicule category * - * @param $fk_cat Category of the vehicule used - * @param $qty Number of kilometers - * @param $tva VAT rate - * @return int <0 if KO, total ttc if OK + * @param int $fk_cat Category of the vehicule used + * @param real $qty Number of kilometers + * @param real $tva VAT rate + * @return int <0 if KO, total ttc if OK */ public function computeTotalKm($fk_cat, $qty, $tva) {