mirror of
https://github.com/crater-invoice/crater.git
synced 2026-02-09 12:22:40 -05: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
@@ -101,6 +101,7 @@ async function onMarkAsSent() {
|
||||
invoiceData.value.status = 'SENT'
|
||||
isMarkAsSent.value = true
|
||||
}
|
||||
isMarkAsSent.value = false
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user