From e732e475bfcd531c03ff24d32760a53b9e8f2133 Mon Sep 17 00:00:00 2001 From: Dillon Ngo Date: Wed, 7 Aug 2024 07:55:21 +0800 Subject: [PATCH] Fix some merge conflict done wrong --- .../bookings/forms/BookingPaymentQuotationComponent.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/assets/vue/components/bookings/forms/BookingPaymentQuotationComponent.vue b/resources/assets/vue/components/bookings/forms/BookingPaymentQuotationComponent.vue index c74e8e3c..ce0c82d1 100644 --- a/resources/assets/vue/components/bookings/forms/BookingPaymentQuotationComponent.vue +++ b/resources/assets/vue/components/bookings/forms/BookingPaymentQuotationComponent.vue @@ -614,6 +614,8 @@ recipientBanks: this.data.company.recipient_banks.accounts, bookingId: this.data.id }, + isEditRecipientBankDetailsCollapsed: false, + isAnyPaymentRecipientBankEdited: this.data.payment_history.some(payment => payment.bank !== null), } }, validations () {