Update Var naming schemes to match the post var name

This commit is contained in:
johnnyq
2026-03-08 14:25:12 -04:00
parent edad83cc37
commit e2547122a6
8 changed files with 47 additions and 47 deletions

View File

@@ -200,7 +200,7 @@ ob_start();
</div>
<?php if ($client_id) { ?>
<input type="hidden" name="client" value="<?php echo $client_id; ?>">
<input type="hidden" name="client_id" value="<?php echo $client_id; ?>">
<?php } else { ?>
<div class="form-group col-md">
@@ -209,7 +209,7 @@ ob_start();
<div class="input-group-prepend">
<span class="input-group-text"><i class="fa fa-fw fa-user"></i></span>
</div>
<select class="form-control select2" name="client" required>
<select class="form-control select2" name="client_id" required>
<option value="0">- Client (Optional) -</option>
<?php