Merged Client Invoices and Invoices into one file using logic at the header to seperate between client and global section

This commit is contained in:
johnnyq
2025-02-18 21:20:40 -05:00
parent f8e4163c2f
commit f723450d51
7 changed files with 43 additions and 317 deletions

View File

@@ -8,6 +8,9 @@
</button>
</div>
<form action="post.php" method="post" autocomplete="off">
<?php if (isset($_GET['client_id'])) { ?>
<input type="hidden" name="client_id" value="<?php echo $client_id; ?>">
<?php } ?>
<div class="modal-body bg-white">
<div class="form-group">