- fix invoice status not updating issue

- date range selection issues on report for non-english languages
- fix invoice all tab issue (always showing draft even in all tab)
This commit is contained in:
Harsh Jagad
2022-02-24 05:22:32 +00:00
committed by Mohit Panjwani
parent 7202fdcbf2
commit 1322ed15dc
15 changed files with 268 additions and 61 deletions

View File

@ -299,7 +299,7 @@ const userStore = useUserStore()
let filters = reactive({
customer_id: '',
status: 'DRAFT',
status: '',
from_date: '',
to_date: '',
invoice_number: '',