Fix visualizzazione data registrazione lista importFE

This commit is contained in:
MatteoPistorello 2023-05-08 15:39:20 +02:00
parent 3955f39852
commit a21acfb7d7
1 changed files with 2 additions and 1 deletions

View File

@ -20,6 +20,7 @@
include_once __DIR__.'/../../core.php'; include_once __DIR__.'/../../core.php';
use Plugins\ImportFE\Interaction; use Plugins\ImportFE\Interaction;
use Carbon\Carbon;
$list = Interaction::getInvoiceList(); $list = Interaction::getInvoiceList();
@ -93,7 +94,7 @@ if (!empty($list)) {
</td> </td>
<td>'.$element['sender'].'</td> <td>'.$element['sender'].'</td>
<td>'.dateFormat($element['date_sent']).'</td> <td class="text-center">'.dateFormat(new Carbon($element['date_sent'])).'</td>
<td class="text-right">'.moneyFormat($element['amount']).'</td> <td class="text-right">'.moneyFormat($element['amount']).'</td>
<td class="text-center"> <td class="text-center">