Преглед изворни кода

Boton para imprimir resumen propuesta en req. pago. Quitar console logs de prueba

Oscar José Nuñez Chávez пре 5 година
родитељ
комит
e0ce6887f5
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/app/components/plugins/investment-print/investment-print.ts

+ 1 - 1
src/app/components/plugins/investment-print/investment-print.ts

@@ -1095,7 +1095,7 @@ export class InvestmentPrint implements OnInit {
               [
                 "Monto: ",
                 {
-                  text: this.monto,
+                  text: "$" + this.monto.toString(),
                   italics: true,
                   color: "gray"
                 }