Commit 417298f92e348eeb32f9deaacbfcc491d14fbb41

Authored by Jose Pinto
1 parent 7f4b518559
Exists in master and in 1 other branch develop

timezone en filtro date

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
src/views/foca-modal-factura.html
... ... @@ -25,8 +25,8 @@
25 25 <tr class="selectable"
26 26 ng-repeat="(key,factura) in currentPageFacturas"
27 27 ng-click="factura.checked = !factura.checked">
28   - <td>{{factura.numeroFactura}} {{factura.FEP | date : 'dd/MM/yyyy'}}</td>
29   - <td>{{(factura.TCO == 'FT') ? factura.NCU + ' - ' : ''}}{{factura.FEV | date : 'dd/MM/yyyy'}}</td>
  28 + <td>{{factura.numeroFactura}} {{factura.FEP | date : 'dd/MM/yyyy' : 'GMT'}}</td>
  29 + <td>{{(factura.TCO == 'FT') ? factura.NCU + ' - ' : ''}}{{factura.FEV | date : 'dd/MM/yyyy' : 'GMT'}}</td>
30 30 <td class="text-right">
31 31 <span ng-if="factura.IPA >= 0">+</span>{{(factura.IPA / parametrosFactura.cotizacion) | number:2}}
32 32 </td>