services: remove client_id post from edit service modal as it should get the client_id in post, enforceClientAccess

This commit is contained in:
johnnyq
2026-03-06 17:01:34 -05:00
parent e7b70c7992
commit a1931f59f8
2 changed files with 8 additions and 2 deletions

View File

@@ -93,7 +93,6 @@ ob_start();
<form action="post.php" method="post" autocomplete="off">
<input type="hidden" name="csrf_token" value="<?= $_SESSION['csrf_token'] ?>">
<input type="hidden" name="client_id" value="<?php echo $client_id ?>">
<input type="hidden" name="service_id" value="<?php echo $service_id ?>">
<div class="modal-body">