diff --git a/resources/assets/vue/components/bookings/sections/SupplierPendingOrdersSectionComponent.vue b/resources/assets/vue/components/bookings/sections/SupplierPendingOrdersSectionComponent.vue index 78c23bdd..d91bc857 100644 --- a/resources/assets/vue/components/bookings/sections/SupplierPendingOrdersSectionComponent.vue +++ b/resources/assets/vue/components/bookings/sections/SupplierPendingOrdersSectionComponent.vue @@ -42,7 +42,7 @@
-
+
{{selectedCurrency.short_code}} @@ -50,14 +50,14 @@
- +
-
+
@@ -112,6 +112,9 @@ name: '', status: false }, + currencyDropdownLaunch: { + status: false + }, payments: [] } }, @@ -135,8 +138,7 @@ this.selectedCurrency = currency; this.$refs.pendingOrdersList.updateFilters({per_page: 10000, status: 2, type: 1, original_currency_id_in: [this.selectedCurrency.id]}); } - - this.selectedCurrency.status = false; + this.currencyDropdownLaunch.status = false; this.payments = []; },