css
This commit is contained in:
parent
1d597e8a72
commit
a747c71cf5
@ -164,7 +164,7 @@ if (($line->info_bits & 2) == 2) {
|
|||||||
// Show date range
|
// Show date range
|
||||||
if ($line->element == 'facturedetrec') {
|
if ($line->element == 'facturedetrec') {
|
||||||
if ($line->date_start_fill || $line->date_end_fill) {
|
if ($line->date_start_fill || $line->date_end_fill) {
|
||||||
print '<div class="clearboth nowraponall"><br>';
|
print '<div class="clearboth nowraponall">';
|
||||||
}
|
}
|
||||||
if ($line->date_start_fill) {
|
if ($line->date_start_fill) {
|
||||||
print '<span class="opacitymedium">'.$langs->trans('AutoFillDateFromShort').':</span> '.yn($line->date_start_fill);
|
print '<span class="opacitymedium">'.$langs->trans('AutoFillDateFromShort').':</span> '.yn($line->date_start_fill);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user