Fixed Createddocuments in Projects
Fixed FinalInvoices
This commit is contained in:
@@ -33,7 +33,7 @@ const createTicket = async () => {
|
||||
console.log(messageError)
|
||||
} else {
|
||||
console.log(ticketData)
|
||||
useFunctions().useSendTelegramNotification(`Ticket von ${profileStore.activeProfile.fullName} erstellt : ${itemInfo.value.content}`)
|
||||
//useFunctions().useSendTelegramNotification(`Ticket von ${profileStore.activeProfile.fullName} erstellt : ${itemInfo.value.content}`)
|
||||
router.push(`/support/${ticketData.id}`)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user