|
@@ -102,7 +102,7 @@
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
- <div class="col-md-3 mt-2">
|
|
|
|
|
|
|
+ <div class="col-md-3 mt-2" style="display: none">
|
|
|
<div class="row">
|
|
<div class="row">
|
|
|
<div class="col-md-12" style="margin-bottom:10px;">
|
|
<div class="col-md-12" style="margin-bottom:10px;">
|
|
|
<b>Destinazioni</b>
|
|
<b>Destinazioni</b>
|
|
@@ -178,14 +178,14 @@
|
|
|
<tr>
|
|
<tr>
|
|
|
<!--<th scope="col"></th>-->
|
|
<!--<th scope="col"></th>-->
|
|
|
<th scope="col">Data di pagamento</th>
|
|
<th scope="col">Data di pagamento</th>
|
|
|
- <th scope="col">Importo</th>
|
|
|
|
|
|
|
+ <th scope="col" style="width: 8%;">Importo</th>
|
|
|
<th scope="col">Cognome</th>
|
|
<th scope="col">Cognome</th>
|
|
|
<th scope="col">Nome</th>
|
|
<th scope="col">Nome</th>
|
|
|
<th scope="col">Commerciale</th>
|
|
<th scope="col">Commerciale</th>
|
|
|
<th scope="col">Causale</th>
|
|
<th scope="col">Causale</th>
|
|
|
<th scope="col">Corso/Abbonamento</th>
|
|
<th scope="col">Corso/Abbonamento</th>
|
|
|
<th scope="col">Pagamento</th>
|
|
<th scope="col">Pagamento</th>
|
|
|
- <th scope="col">Destinazione</th>
|
|
|
|
|
|
|
+ {{-- <th scope="col">Destinazione</th> --}}
|
|
|
|
|
|
|
|
<th scope="col">Stato</th>
|
|
<th scope="col">Stato</th>
|
|
|
<th scope="col">...</th>
|
|
<th scope="col">...</th>
|
|
@@ -1544,7 +1544,7 @@
|
|
|
{ data: 'causals', "orderable": false, },
|
|
{ data: 'causals', "orderable": false, },
|
|
|
{ data: 'courses', "orderable": false, },
|
|
{ data: 'courses', "orderable": false, },
|
|
|
{ data: 'payment', "orderable": false, },
|
|
{ data: 'payment', "orderable": false, },
|
|
|
- { data: 'destination', "orderable": false, },
|
|
|
|
|
|
|
+ // { data: 'destination', "orderable": false, },
|
|
|
//{ data: 'payment_date', "orderable": false, },
|
|
//{ data: 'payment_date', "orderable": false, },
|
|
|
{ data: 'status', "orderable": false, },
|
|
{ data: 'status', "orderable": false, },
|
|
|
{
|
|
{
|