From a58ca6f66d3bee3a967b5b35b1035975b90cb7bf Mon Sep 17 00:00:00 2001 From: git-kup <148492449+git-kup@users.noreply.github.com> Date: Tue, 16 Sep 2025 19:36:25 -0400 Subject: [PATCH] Update invoice.php - removed extra unnecessary wording it always bugged me that the alert message is so bloated. i almost never go to the mail queue after sending each invoice it just doesn't make any sense --- user/post/invoice.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/post/invoice.php b/user/post/invoice.php index 3ff69f17..1a050bc1 100644 --- a/user/post/invoice.php +++ b/user/post/invoice.php @@ -1674,7 +1674,7 @@ if (isset($_GET['email_invoice'])) { // Get Email ID for reference $email_id = mysqli_insert_id($mysqli); - flash_alert("Invoice sent to mail queue! Check Admin > Mail queue"); + flash_alert("Invoice sent!"); mysqli_query($mysqli,"INSERT INTO history SET history_status = 'Sent', history_description = 'Invoice sent to the mail queue ID: $email_id', history_invoice_id = $invoice_id");