logAction is used everywhere in ticket post, also did some logic tiday updates, but way more need to happen within ticket post so more to come

This commit is contained in:
johnnyq
2024-11-16 14:01:08 -05:00
parent 235d1641f0
commit 7fd0a40ea1
2 changed files with 131 additions and 152 deletions

View File

@@ -9,8 +9,6 @@
</div>
<form action="post.php" method="post" autocomplete="off">
<input type="hidden" name="ticket_id" value="<?php echo $ticket_id; ?>">
<input type="hidden" name="client_id" value="<?php echo $client_id; ?>">
<input type="hidden" name="ticket_number" value="<?php echo "$ticket_prefix$ticket_number"; ?>">
<input type="hidden" name="contact_notify" value="0"> <!-- Default 0 -->
<div class="modal-body bg-white">