diff --git a/src/pages/05_quotation/QuotationForm.vue b/src/pages/05_quotation/QuotationForm.vue index e00dfc2c..4e635cb5 100644 --- a/src/pages/05_quotation/QuotationForm.vue +++ b/src/pages/05_quotation/QuotationForm.vue @@ -83,7 +83,8 @@ import QuotationFormMetadata from './QuotationFormMetadata.vue'; import BadgeComponent from 'src/components/BadgeComponent.vue'; import PaymentForm from './PaymentForm.vue'; import { api } from 'src/boot/axios'; -import { useRoute } from 'vue-router'; +import { RouterLink, useRoute } from 'vue-router'; +import router from 'src/router'; type Node = { [key: string]: any; @@ -1053,9 +1054,9 @@ async function getInvoiceCodeFullPay() {
- + - + {{ $t('quotation.title') }} {{ code || quotationFormState.source?.code || '' }}