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 () {