From 903efec1dda3da6b83847ba865c8414663d140cf Mon Sep 17 00:00:00 2001 From: johnnyq Date: Wed, 6 Sep 2023 00:49:31 -0400 Subject: [PATCH] When local auth is selected show the password box --- client_contact_add_modal.php | 29 ++++++++++++++++++++++++++++- invoice.php | 6 +++--- post/contact.php | 12 +++++++++--- quote.php | 4 ++-- recurring_invoice.php | 4 ++-- 5 files changed, 44 insertions(+), 11 deletions(-) diff --git a/client_contact_add_modal.php b/client_contact_add_modal.php index 1f991ade..ff74cace 100644 --- a/client_contact_add_modal.php +++ b/client_contact_add_modal.php @@ -190,13 +190,27 @@
- + + + @@ -220,3 +234,16 @@ + + + diff --git a/invoice.php b/invoice.php index ad6182f3..9ecc831b 100644 --- a/invoice.php +++ b/invoice.php @@ -179,7 +179,7 @@ if (isset($_GET['invoice_id'])) { - + Cancel @@ -296,7 +296,7 @@ if (isset($_GET['invoice_id'])) { @@ -498,7 +498,7 @@ if (isset($_GET['invoice_id'])) { - + Guest URL - + Delete @@ -290,7 +290,7 @@ if (isset($_GET['quote_id'])) { Edit - + Remove diff --git a/recurring_invoice.php b/recurring_invoice.php index 469ec050..b0b30078 100644 --- a/recurring_invoice.php +++ b/recurring_invoice.php @@ -111,7 +111,7 @@ if (isset($_GET['recurring_id'])) { Force Send - + Delete @@ -227,7 +227,7 @@ if (isset($_GET['recurring_id'])) {