浏览代码

Merge branch 'features-o' of onunez/frontend-inversiones into development

Oscar José Nuñez Chávez 5 年之前
父节点
当前提交
2c649b72b3
共有 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"
                 }