Started work on multi-company feature

This commit is contained in:
johnny@pittpc.com
2019-08-14 11:05:54 -04:00
parent 1514d2ac9f
commit bc07fe0090
13 changed files with 205 additions and 101 deletions

View File

@@ -19,7 +19,7 @@ if(isset($_GET['invoice_id'])){
$invoice_due = $row['invoice_due'];
$invoice_amount = $row['invoice_amount'];
$invoice_note = $row['invoice_note'];
$invoice_category_id = $row['category_id'];
$category_id = $row['category_id'];
$client_id = $row['client_id'];
$client_name = $row['client_name'];
$client_address = $row['client_address'];