feature(crm-customer-card): Improvements, Refresh Transactions

Refs: #5316, #5315
This commit is contained in:
Nino
2025-11-18 16:44:54 +01:00
parent 8b62fcc695
commit 8c0de558a4
6 changed files with 58 additions and 19 deletions

View File

@@ -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"