Bugfix: Ticket scheduling emails

Scheduling a ticket should only send an email if config_ticket_client_general_notifications is enabled
This commit is contained in:
wrongecho
2024-10-22 19:42:40 +01:00
parent 499f9456f8
commit 30738ed9fd
2 changed files with 64 additions and 58 deletions

View File

@@ -50,7 +50,7 @@
value="<?php echo $client_name; ?>" required>
<div class="input-group-append">
<div class="input-group-text">
<input type="checkbox" name="lead" value="1" <?php if($client_is_leads == 1){ echo "checked"; } ?>>
<input type="checkbox" name="lead" value="1" <?php if($client_is_lead == 1){ echo "checked"; } ?>>
</div>
</div>
</div>