From af92b06eca6b0de7f76b810966ed25e589e76bbe Mon Sep 17 00:00:00 2001 From: Javier Segarra Date: Fri, 29 Nov 2024 09:24:25 +0100 Subject: [PATCH] Merge branch 'master' into hotfix_itemFixedPrice --- src/components/ui/VnNotes.vue | 1 - src/pages/Customer/Card/CustomerSummary.vue | 3 +-- src/pages/Item/Card/ItemBotanical.vue | 2 +- src/pages/Item/ItemFixedPrice.vue | 1 - 4 files changed, 2 insertions(+), 5 deletions(-) diff --git a/src/components/ui/VnNotes.vue b/src/components/ui/VnNotes.vue index bcbf0945e..bb8ac3dba 100644 --- a/src/components/ui/VnNotes.vue +++ b/src/components/ui/VnNotes.vue @@ -28,7 +28,6 @@ const $props = defineProps({ const { t } = useI18n(); const state = useState(); const quasar = useQuasar(); -const currentUser = ref(state.getUser()); const newNote = reactive({ text: null, observationTypeFk: null }); const observationTypes = ref([]); const vnPaginateRef = ref(); diff --git a/src/pages/Customer/Card/CustomerSummary.vue b/src/pages/Customer/Card/CustomerSummary.vue index 4fa7b9bdc..730a3bf7c 100644 --- a/src/pages/Customer/Card/CustomerSummary.vue +++ b/src/pages/Customer/Card/CustomerSummary.vue @@ -1,12 +1,11 @@