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
@@ -28,7 +28,7 @@
</div>
<mat-divider></mat-divider>
<div class="discounts">
@for (r of item().discounts; track r; let i = $index) {
@for (r of item().discounts; track r.id; let i = $index) {
<div class="row-container">
<mat-form-field class="flex-auto">
<mat-label>Discount on {{ r.name }}</mat-label>