NEW display date range if exist in takepos

usefull for membership via POS (ie use in adherentsplus before pushing in core)
This commit is contained in:
ptibogxiv 2020-10-18 12:40:10 +02:00 committed by GitHub
parent 547b3602cc
commit 7e8891bef9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1110,7 +1110,7 @@ if ($placeid > 0)
$moreinfo .= '<br>'.$langs->transcountry("TotalLT2", $mysoc->country_code).': '.price($line->total_localtax2);
$moreinfo .= '<br>'.$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 .= '<br><div class="clearboth nowraponall">'.get_date_range($line->date_start, $line->date_end, $format).'</div>';
$htmlforlines .= '</td>';
$htmlforlines .= '<td class="right">'.vatrate($line->remise_percent, true).'</td>';
$htmlforlines .= '<td class="right">';