mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
feature(crm-customer-card): Improvements, Refresh Transactions
Refs: #5316, #5315
This commit is contained in:
@@ -10,11 +10,11 @@
|
||||
[tabId]="processId$ | async"
|
||||
class="mt-4"
|
||||
/>
|
||||
<crm-customer-booking [cardCode]="firstActiveCardCode()" class="mt-4" />
|
||||
<crm-customer-card-transactions
|
||||
[cardCode]="firstActiveCardCode()"
|
||||
class="mt-8"
|
||||
/>
|
||||
@let cardCode = firstActiveCardCode();
|
||||
@if (cardCode) {
|
||||
<crm-customer-booking [cardCode]="cardCode" class="mt-4" />
|
||||
}
|
||||
<crm-customer-card-transactions [cardCode]="cardCode" class="mt-8" />
|
||||
<utils-scroll-top-button
|
||||
[target]="hostElement"
|
||||
class="flex flex-col justify-self-end fixed bottom-6 right-6"
|
||||
|
||||
Reference in New Issue
Block a user