This commit is contained in:
Laurent Destailleur 2019-11-13 18:40:24 +01:00
parent 7118dbbd1d
commit d10be4f169

View File

@ -390,7 +390,7 @@ if ($action == 'confirm_generateinvoice')
// Define qty per hour
$qtyhour = round($value['timespent'] / 3600, 2);
$qtyhourtext = convertSecondToTime($value['timespent']);
$qtyhourtext = convertSecondToTime($value['timespent'], 'all', $conf->global->MAIN_DURATION_OF_WORKDAY);
// If no unit price known
if (empty($pu_ht))