Merge pull request #875 from twetech/0.1.8.2

0.1.8.2 (Scheduled tickets, and Email Improvements)
This commit is contained in:
Johnny
2024-02-10 14:30:30 -05:00
committed by GitHub
24 changed files with 4506 additions and 1350 deletions

View File

@@ -15,7 +15,7 @@ function populateScheduledTicketEditModal(client_id, ticket_id) {
const assets = response.assets;
// Populate the scheduled ticket modal fields
document.getElementById("editHeader").innerText = " Edit Scheduled ticket: " + ticket.scheduled_ticket_subject;
document.getElementById("editHeader").innerText = " Edit Recurring ticket: " + ticket.scheduled_ticket_subject;
document.getElementById("editTicketId").value = ticket_id;
document.getElementById("editClientId").value = client_id;
document.getElementById("editTicketSubject").value = ticket.scheduled_ticket_subject;