Change expense client to client_id post var

This commit is contained in:
johnnyq
2026-03-06 18:40:01 -05:00
parent fcf098f494
commit 60b6c245ef
4 changed files with 7 additions and 7 deletions

View File

@@ -163,7 +163,7 @@ ob_start();
</div>
<?php if (isset($_GET['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">
@@ -172,7 +172,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">
<select class="form-control select2" name="client_id">
<option value="">- Select Client -</option>
<?php