Преглед на файлове

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