Added edit notes, and added a bunch of delete functionality, fixed edit categories not showing correct type

This commit is contained in:
root
2019-03-22 01:32:34 -04:00
parent bf5b055ad7
commit 62f86df80e
17 changed files with 218 additions and 16 deletions

View File

@@ -44,7 +44,7 @@
<a class="dropdown-item" href="#" data-toggle="modal" data-target="#editinvoiceModal<?php echo $invoice_id; ?>">Edit</a>
<a class="dropdown-item" href="#" data-toggle="modal" data-target="#addinvoiceCopyModal<?php echo $invoice_id; ?>">Copy</a>
<a class="dropdown-item" href="#" data-toggle="modal" data-target="#addinvoiceCopyModal<?php echo $invoice_id; ?>">PDF</a>
<a class="dropdown-item" href="#">Delete</a>
<a class="dropdown-item" href="post.php?delete_invoice=<?php echo $invoice_id; ?>">Delete</a>
</div>
</div>
</td>