Fix #24391
This commit is contained in:
parent
1c1e93bb37
commit
230759ca14
@ -1106,7 +1106,7 @@ END;
|
||||
|
||||
// Date from
|
||||
if (!empty($arrayfields['pfp.datec']['checked'])) {
|
||||
print '<td>'.dol_print_date(($productfourn->fourn_date_creation ? $productfourn->fourn_date_creation : $productfourn->date_creation), 'dayhour').'</td>';
|
||||
print '<td>'.dol_print_date(($productfourn->fourn_date_creation ? $productfourn->fourn_date_creation : $productfourn->date_creation), 'dayhour', 'tzuserrel').'</td>';
|
||||
}
|
||||
|
||||
// Supplier
|
||||
|
||||
Loading…
Reference in New Issue
Block a user