Fix field date was not visible

This commit is contained in:
Laurent Destailleur 2019-05-13 21:34:30 +02:00
parent 278d4fdb8e
commit 04f7261bfc
2 changed files with 2 additions and 2 deletions

View File

@ -819,7 +819,7 @@ SCRIPT;
print '<tr class="oddeven">';
// Date from
print '<td>'.dol_print_date($productfourn->date_creation, 'dayhour').'</td>';
print '<td>'.dol_print_date(($productfourn->fourn_date_creation ? $productfourn->fourn_date_creation: $productfourn->date_creation), 'dayhour').'</td>';
// Supplier
print '<td>'.$productfourn->getSocNomUrl(1, 'supplier').'</td>';

View File

@ -861,7 +861,7 @@ select.selectarrowonleft option {
input, input[type=text], input[type=password], select, textarea {
min-width: 20px;
}
input[type=text], input[type=password] {
.trinputlogin input[type=text], input[type=password] {
max-width: 180px;
}
.vmenu .searchform input {