diff --git a/resources/assets/vue/components/bookings/elements/BookingConfirmationComponent.vue b/resources/assets/vue/components/bookings/elements/BookingConfirmationComponent.vue index 01974869..c958f018 100644 --- a/resources/assets/vue/components/bookings/elements/BookingConfirmationComponent.vue +++ b/resources/assets/vue/components/bookings/elements/BookingConfirmationComponent.vue @@ -157,7 +157,7 @@ -
+
@@ -167,7 +167,7 @@
-
+
@@ -175,11 +175,10 @@
-
-
-
Add Order Reference
-
-
+
@@ -381,8 +380,11 @@ return [1, 2]; } - return []; + }, + isLatestReferenceEmpty() { + var latestValue = this.order_reference_no[this.order_reference_no.length - 1]; + return latestValue == '' || latestValue == undefined; } }, created(){