Added more created_at and updated_at to post finalizing setup

This commit is contained in:
root
2019-06-10 00:24:22 -04:00
parent 05f54a20db
commit cc9f97067a
85 changed files with 14747 additions and 694 deletions
+8 -4
View File
@@ -182,14 +182,18 @@
<a class="dropdown-item" href="post.php?pdf_invoice=<?php echo $invoice_id; ?>"><i class="fa fa-fw fa-file-pdf"></i> PDF</a>
<a class="dropdown-item" href="post.php?delete_invoice=<?php echo $invoice_id; ?>"><i class="fa fa-fw fa-trash"></i> Delete</a>
</div>
</div>
</div>
<?php
include("add_invoice_copy_modal.php");
include("edit_invoice_modal.php");
?>
</td>
</tr>
<?php
include("add_invoice_copy_modal.php");
include("edit_invoice_modal.php");
}
?>