From 1d7736c592ad4e46e2c6fe940359d7c619536143 Mon Sep 17 00:00:00 2001 From: Dillon Ngo Date: Thu, 18 Sep 2025 15:18:16 +0800 Subject: [PATCH] E-Invoice - PM requested to hideCredit Note download for all (whether they opted in E-Invoice or not) --- .../components/bookings/elements/PaymentHistoryComponent.vue | 4 ++-- .../wallets/elements/CustomerWalletTransactionComponent.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/assets/vue/components/bookings/elements/PaymentHistoryComponent.vue b/resources/assets/vue/components/bookings/elements/PaymentHistoryComponent.vue index c5cb9b96..104d3770 100644 --- a/resources/assets/vue/components/bookings/elements/PaymentHistoryComponent.vue +++ b/resources/assets/vue/components/bookings/elements/PaymentHistoryComponent.vue @@ -416,7 +416,7 @@
Credit Note
-
- + --> diff --git a/resources/assets/vue/components/wallets/elements/CustomerWalletTransactionComponent.vue b/resources/assets/vue/components/wallets/elements/CustomerWalletTransactionComponent.vue index 25615d60..dcda84a6 100644 --- a/resources/assets/vue/components/wallets/elements/CustomerWalletTransactionComponent.vue +++ b/resources/assets/vue/components/wallets/elements/CustomerWalletTransactionComponent.vue @@ -3,7 +3,7 @@
{{data.created_at}}
- +
{{[5, 9].includes(parseFloat(data.type)) ? formatValue(data.amount) : ''}}