mirror of https://github.com/itflow-org/itflow
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
This commit is contained in:
parent
c769bbc405
commit
a58ca6f66d
|
|
@ -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! <a class='text-bold text-light' href='admin_mail_queue.php'>Check Admin > Mail queue</a>");
|
||||
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");
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue