const addTicketTypeFunction_populateManufacturerSelect = () => {
            cacheFunction_loadManufacturerLocations((locations) => {
                const selectElement = document.querySelector("#ticketTypeAdd--manufacturerLocationID");
                selectElement.innerHTML = "<option value=\"\">(No Manufacturer)</option>";
                for (const location of locations) {