From 417298f92e348eeb32f9deaacbfcc491d14fbb41 Mon Sep 17 00:00:00 2001 From: Jose Pinto Date: Fri, 7 Dec 2018 17:38:01 -0300 Subject: [PATCH] timezone en filtro date --- src/views/foca-modal-factura.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/foca-modal-factura.html b/src/views/foca-modal-factura.html index 3947f1a..59870de 100644 --- a/src/views/foca-modal-factura.html +++ b/src/views/foca-modal-factura.html @@ -25,8 +25,8 @@ - {{factura.numeroFactura}} {{factura.FEP | date : 'dd/MM/yyyy'}} - {{(factura.TCO == 'FT') ? factura.NCU + ' - ' : ''}}{{factura.FEV | date : 'dd/MM/yyyy'}} + {{factura.numeroFactura}} {{factura.FEP | date : 'dd/MM/yyyy' : 'GMT'}} + {{(factura.TCO == 'FT') ? factura.NCU + ' - ' : ''}}{{factura.FEV | date : 'dd/MM/yyyy' : 'GMT'}} +{{(factura.IPA / parametrosFactura.cotizacion) | number:2}} -- 1.9.1