diff --git a/htdocs/takepos/invoice.php b/htdocs/takepos/invoice.php index fc0fd749242..3a67c81d4ba 100644 --- a/htdocs/takepos/invoice.php +++ b/htdocs/takepos/invoice.php @@ -1110,7 +1110,7 @@ if ($placeid > 0) $moreinfo .= '
'.$langs->transcountry("TotalLT2", $mysoc->country_code).': '.price($line->total_localtax2); $moreinfo .= '
'.$langs->transcountry("TotalTTC", $mysoc->country_code).': '.price($line->total_ttc); //$moreinfo .= $langs->trans("TotalHT").': '.$line->total_ht; - + if ($line->date_start || $line->date_end) $htmlforlines .= '
'.get_date_range($line->date_start, $line->date_end, $format).'
'; $htmlforlines .= ''; $htmlforlines .= ''.vatrate($line->remise_percent, true).''; $htmlforlines .= '';