Updated tracking in template and choose customer fixing.

This commit is contained in:
2026-09-04 08:13:26 +00:00
parent 3d86f8706f
commit 95ac73bbc4
37 changed files with 120 additions and 116 deletions
@@ -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>