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}}
|