Updated tracking in template and choose customer fixing.
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
<mat-label>Cashier</mat-label>
|
||||
<mat-select [formField]="form.cashier">
|
||||
<mat-option [value]="null">-- Cashier --</mat-option>
|
||||
@for (ac of cashiers(); track ac) {
|
||||
@for (ac of cashiers(); track ac.id) {
|
||||
<mat-option [value]="ac.id">
|
||||
{{ ac.name }}
|
||||
</mat-option>
|
||||
|
||||
Reference in New Issue
Block a user