Updated tracking in template and choose customer fixing.
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
<mat-header-cell *matHeaderCellDef>Discounts</mat-header-cell>
|
||||
<mat-cell *matCellDef="let row">
|
||||
<ul>
|
||||
@for (discount of row.discounts; track discount) {
|
||||
@for (discount of row.discounts; track discount.id) {
|
||||
<li>{{ discount.name }} - {{ discount.discount | percent: '1.2-2' }}</li>
|
||||
}
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user