|
|
@@ -518,18 +518,18 @@
|
|
|
|
|
|
<ng-container matColumnDef="iva_interes"
|
|
|
>`
|
|
|
- <th mat-header-cell *matHeaderCellDef>IVA (%)</th>
|
|
|
+ <th mat-header-cell *matHeaderCellDef>IVA ($)</th>
|
|
|
<td mat-cell *matCellDef="let row">
|
|
|
- {{
|
|
|
+ ${{
|
|
|
row.iva_interes == "" || row.iva_interes == undefined
|
|
|
? "0"
|
|
|
: (row.iva_interes | number: "1.2-4")
|
|
|
- }}%
|
|
|
+ }}
|
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
|
- {{
|
|
|
+ ${{
|
|
|
consolidado_proyeccion.total_iva_interes | number: "1.2-4"
|
|
|
- }}%
|
|
|
+ }}
|
|
|
</td>
|
|
|
</ng-container>
|
|
|
|
|
|
@@ -876,18 +876,18 @@
|
|
|
|
|
|
<ng-container matColumnDef="iva_interes"
|
|
|
>`
|
|
|
- <th mat-header-cell *matHeaderCellDef>IVA (%)</th>
|
|
|
+ <th mat-header-cell *matHeaderCellDef>IVA ($)</th>
|
|
|
<td mat-cell *matCellDef="let row">
|
|
|
- {{
|
|
|
+ ${{
|
|
|
row.iva_interes == "" || row.iva_interes == undefined
|
|
|
? "0"
|
|
|
: (row.iva_interes | number: "1.2-4")
|
|
|
- }}%
|
|
|
+ }}
|
|
|
</td>
|
|
|
<td mat-footer-cell *matFooterCellDef>
|
|
|
- {{
|
|
|
+ ${{
|
|
|
consolidado_proyeccion.total_iva_interes | number: "1.2-4"
|
|
|
- }}%
|
|
|
+ }}
|
|
|
</td>
|
|
|
</ng-container>
|
|
|
|