Parcourir la source

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

Oscar José Nuñez Chávez il y a 5 ans
Parent
commit
b180728926
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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>