Fix field date was not visible
This commit is contained in:
parent
278d4fdb8e
commit
04f7261bfc
@ -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>';
|
||||
|
||||
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user