Cuotas compactas
This commit is contained in:
@ -28,7 +28,7 @@
|
|||||||
<div class="column">Cuotas</div>
|
<div class="column">Cuotas</div>
|
||||||
<div class="column">{{$venta->formaPago()->pie->cuotas}}</div>
|
<div class="column">{{$venta->formaPago()->pie->cuotas}}</div>
|
||||||
</div>
|
</div>
|
||||||
<table class="ui table" id="cuotas">
|
<table class="ui compact table" id="cuotas">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>#</th>
|
<th>#</th>
|
||||||
@ -299,7 +299,7 @@
|
|||||||
zeroRecords: 'No se encotró cuotas con ese criterio',
|
zeroRecords: 'No se encotró cuotas con ese criterio',
|
||||||
search: 'Buscar: '
|
search: 'Buscar: '
|
||||||
},
|
},
|
||||||
pageLength: "25",
|
pageLength: "100",
|
||||||
columnDefs: [
|
columnDefs: [
|
||||||
{
|
{
|
||||||
target: 1,
|
target: 1,
|
||||||
|
Reference in New Issue
Block a user