mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
Recurring tickets bugfixes
This commit is contained in:
@@ -3,14 +3,13 @@
|
||||
|
||||
const clientSelectDropdown = document.getElementById("changeClientSelect"); // Define client selector
|
||||
|
||||
// If the client selector is disabled, we must be on client_recurring_tickets.php instead. Trigger the contact list update.
|
||||
// // If the client selector is disabled, we must be on client_recurring_tickets.php instead. Trigger the contact list update.
|
||||
if (clientSelectDropdown.disabled) {
|
||||
|
||||
let client_id = $(clientSelectDropdown).find(':selected').val();
|
||||
|
||||
// Update the contacts dropdown list
|
||||
populateContactsDropdown(client_id);
|
||||
|
||||
}
|
||||
|
||||
// Listener for client selection. Populate contact select when a client is selected
|
||||
|
||||
Reference in New Issue
Block a user