This commit is contained in:
Laurent Destailleur 2023-03-31 01:14:48 +02:00
parent 1c1e93bb37
commit 230759ca14

View File

@ -1106,7 +1106,7 @@ END;
// Date from // Date from
if (!empty($arrayfields['pfp.datec']['checked'])) { 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 // Supplier