correzione
This commit is contained in:
parent
4cb7eb84f5
commit
e3408f2bb6
@ -57,7 +57,7 @@
|
||||
<a class="btn btn-danger" href="/admin/movimenti/delete?id={{ $movimento->id }}"><i class="fa-solid fa-trash-can"></i></a>
|
||||
<a class="btn btn-warning" href="/admin/movimenti/docs?entity=1&entity_id={{ $movimento->id }}"><i class="fa-solid fa-file-arrow-up"></i></a>
|
||||
<!-- Definisce quanti documenti sono presenti per il record -->
|
||||
( {{ \App\Model\Movimenti::getDocumentiByMovimento($movimento->id) ?? '' }} )
|
||||
( {{ \App\Models\Movimenti::getDocumentiByMovimento($movimento->id) ?? '' }} )
|
||||
</td>
|
||||
</tr>
|
||||
@endforeach
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user