1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-16 19:40:44 +01:00

Fix visualizzazione data registrazione lista importFE

This commit is contained in:
MatteoPistorello 2023-05-08 15:39:20 +02:00
parent 3955f39852
commit a21acfb7d7

View File

@ -20,6 +20,7 @@
include_once __DIR__.'/../../core.php';
use Plugins\ImportFE\Interaction;
use Carbon\Carbon;
$list = Interaction::getInvoiceList();
@ -93,7 +94,7 @@ if (!empty($list)) {
</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-center">