fix stickler

This commit is contained in:
jpb 2022-05-23 20:01:19 +02:00
parent 68148c008c
commit dd5650025f

View File

@ -2567,7 +2567,7 @@ class ExpenseReport extends CommonObject
* @param $tva VAT rate
* @return int <0 if KO, total ttc if OK
*/
function computeTotalKm($fk_cat, $qty, $tva)
public function computeTotalKm($fk_cat, $qty, $tva)
{
global $langs,$user,$db,$conf;