tango-app-ui-manage-tickets 3.7.0-beta.38 → 3.7.0-beta.39
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -3404,6 +3404,7 @@ class TicketFootfallNewComponent {
|
|
|
3404
3404
|
fromDate: this.headerFilters?.date?.startDate,
|
|
3405
3405
|
toDate: this.headerFilters?.date?.endDate,
|
|
3406
3406
|
};
|
|
3407
|
+
this.viewTicket('store');
|
|
3407
3408
|
let payload = {
|
|
3408
3409
|
clientId: this.headerFilters.clients
|
|
3409
3410
|
};
|
|
@@ -3423,7 +3424,6 @@ class TicketFootfallNewComponent {
|
|
|
3423
3424
|
}
|
|
3424
3425
|
}
|
|
3425
3426
|
});
|
|
3426
|
-
this.viewTicket('store');
|
|
3427
3427
|
}
|
|
3428
3428
|
},
|
|
3429
3429
|
});
|