mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 20:21:10 -04:00
Fix an issue with due date + expiry date not setting correctly & mark as sent button issue
This commit is contained in:
committed by
Mohit Panjwani
parent
4a85a5d2ab
commit
848970fc08
@ -26,8 +26,6 @@
|
||||
<BaseInputGroup
|
||||
:label="$t('estimates.expiry_date')"
|
||||
:content-loading="isLoading"
|
||||
required
|
||||
:error="v.expiry_date.$error && v.expiry_date.$errors[0].$message"
|
||||
>
|
||||
<BaseDatePicker
|
||||
v-model="estimateStore.newEstimate.expiry_date"
|
||||
@ -82,6 +80,8 @@
|
||||
<script setup>
|
||||
import { useEstimateStore } from '@/scripts/stores/estimate'
|
||||
import ExchangeRateConverter from '@/scripts/components/estimate-invoice-common/ExchangeRateConverter.vue'
|
||||
import { useCompanyStore } from '@/scripts/stores/company'
|
||||
import { reactive, inject } from 'vue'
|
||||
|
||||
const props = defineProps({
|
||||
v: {
|
||||
|
||||
Reference in New Issue
Block a user