From 92ab9debdd285427e5bfb4dcf547542d06c9eb82 Mon Sep 17 00:00:00 2001 From: "johnny@pittpc.com" Date: Wed, 10 Feb 2021 13:52:00 -0500 Subject: [PATCH] Fixed Error in edit invoice where it would sometimes cause a javascript error in invoice listing and prevent the full list from displaying --- edit_invoice_modal.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edit_invoice_modal.php b/edit_invoice_modal.php index 5f5edd3f..c1091fa0 100644 --- a/edit_invoice_modal.php +++ b/edit_invoice_modal.php @@ -47,7 +47,7 @@ $category_id_select= $row['category_id']; $category_name_select = $row['category_name']; ?> - +