Selaa lähdekoodia

Merge branch 'development' of onunez/frontend-inversiones into test

Oscar José Nuñez Chávez 5 vuotta sitten
vanhempi
commit
b180728926
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      src/app/components/instruments/fondos/fondos.component.html

+ 2 - 2
src/app/components/instruments/fondos/fondos.component.html

@@ -455,7 +455,7 @@
                 {{
                   row.fecha_pago == "" || row.fecha_pago == undefined
                     ? "-"
-                    : (row.fecha_pago | number: "1.2-4")
+                    : row.fecha_pago
                 }}
               </td>
               <td mat-footer-cell *matFooterCellDef></td>
@@ -722,7 +722,7 @@
                 {{
                   row.fecha_pago == "" || row.fecha_pago == undefined
                     ? "-"
-                    : (row.fecha_pago | number: "1.2-4")
+                    : row.fecha_pago
                 }}
               </td>
               <td mat-footer-cell *matFooterCellDef></td>