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:
parent
3955f39852
commit
a21acfb7d7
@ -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">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user