Updated tracking in template and choose customer fixing.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user