浏览代码

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: ",
                 "Monto: ",
                 {
                 {
-                  text: this.monto,
+                  text: "$" + this.monto.toString(),
                   italics: true,
                   italics: true,
                   color: "gray"
                   color: "gray"
                 }
                 }