From b1fc858f797182b4d2512fd332e9332eaa77f845 Mon Sep 17 00:00:00 2001 From: edmondlang Date: Fri, 11 Mar 2022 21:00:53 +0800 Subject: [PATCH] display Recipient receive transfer date notice on booking quotation compoennt --- .../bookings/forms/BookingPaymentQuotationComponent.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/resources/assets/vue/components/bookings/forms/BookingPaymentQuotationComponent.vue b/resources/assets/vue/components/bookings/forms/BookingPaymentQuotationComponent.vue index ca515606..a0e13ff2 100644 --- a/resources/assets/vue/components/bookings/forms/BookingPaymentQuotationComponent.vue +++ b/resources/assets/vue/components/bookings/forms/BookingPaymentQuotationComponent.vue @@ -399,6 +399,11 @@
{{this.data.fixed_currency.short_code}} {{(Math.round(((this.data.outstanding_amount - parseFloat(amount.replace(',', '')))+ Number.EPSILON) * 100) / 100).toFixed(2).toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",")}}
+
+
+
The recipient will receive the transfer amount by
{{ this.calculation.receive_date }}
+
+
Recipient Gets