Commit 3bf21cb211dac9db439c8526a9d9ba9b416064ba
1 parent
3b404e5734
Exists in
master
and in
1 other branch
espacio
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/views/foca-modal-factura.html
| ... | ... | @@ -25,7 +25,7 @@ |
| 25 | 25 | </td> |
| 26 | 26 | </tr> |
| 27 | 27 | <tr class="selectable" |
| 28 | - ng-repeat="(key,factura) in currentPageFacturas"> | |
| 28 | + ng-repeat="(key, factura) in currentPageFacturas"> | |
| 29 | 29 | <td>{{factura.numeroFactura}} {{factura.FECHA_COMPROBANTE | date : 'dd/MM/yyyy' : 'GMT'}}</td> |
| 30 | 30 | <td>{{(factura.TCO == 'FT') ? factura.NCU + ' - ' : ''}}{{factura.FEV | date : 'dd/MM/yyyy' : 'GMT'}}</td> |
| 31 | 31 | <td class="text-right"> |