invoices: remove client_id post from edit and link modals as it should get the client_id in post, enforceClientAccess

This commit is contained in:
johnnyq
2026-03-06 17:53:44 -05:00
parent 8ad8fd07b3
commit 202f55c2ff
2 changed files with 69 additions and 29 deletions

View File

@@ -29,7 +29,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">