fix scrutinizer : The property datef does not exist on Facture

This commit is contained in:
Philippe GRAND 2021-10-23 11:46:54 +02:00
parent f5aebbf6b8
commit ce75806728

View File

@ -613,7 +613,7 @@ if ($result) {
// Ref Invoice
print '<td class="nowraponall">'.$facture_static->getNomUrl(1).'</td>';
print '<td class="center">'.dol_print_date($db->jdate($facture_static->datef), 'day').'</td>';
print '<td class="center">'.dol_print_date($db->jdate($facture_static->date), 'day').'</td>';
// Ref Product
print '<td class="tdoverflowmax150">';