Added Notes to Software

This commit is contained in:
johnny@pittpc.com
2020-02-24 17:00:19 -05:00
parent ce7c0af00d
commit 47d7515220
7 changed files with 92 additions and 9 deletions

View File

@@ -435,6 +435,7 @@ if(isset($_GET['invoice_id'])){
<?php include("add_payment_modal.php"); ?>
<?php include("add_invoice_copy_modal.php"); ?>
<?php include("add_invoice_recurring_modal.php"); ?>
<?php include("edit_invoice_modal.php"); ?>
<?php include("invoice_note_modal.php"); ?>
<?php
}