issue #8: sistemato quanto riportato nella issue
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
<tbody>
|
||||
@foreach( $movimenti as $movimento )
|
||||
<tr>
|
||||
<td>{{ $movimento->mov_data; }}</td>
|
||||
<td>{{ date_format(date_create($movimento->mov_data),'d/m/Y'); }}</td>
|
||||
<td>{{ $movimento->cat_name; }}</td>
|
||||
<td>{{ $movimento->mov_descrizione; }}</td>
|
||||
<td>€ {{ $movimento->mov_importo; }}</td>
|
||||
|
||||
Reference in New Issue
Block a user