This commit is contained in:
Laurent Destailleur 2018-04-14 23:24:01 +02:00
parent ffffd848a9
commit db385d64b6

View File

@ -152,7 +152,7 @@ $domData .= ' data-product_type="'.$line->product_type.'"';
if ($line->date_start_fill || $line->date_end_fill) echo '</div>';
}
else {
echo '<br><div class="clearboth nowraponall">'.get_date_range($line->date_start, $line->date_end, $format).'</div>';
if ($line->date_start || $line->date_end) echo '<br><div class="clearboth nowraponall">'.get_date_range($line->date_start, $line->date_end, $format).'</div>';
//echo get_date_range($line->date_start, $line->date_end, $format);
}