Invoices - Send email notif when paid

This commit is contained in:
wrongecho
2024-10-06 20:59:54 +01:00
parent c948ccff5c
commit a9de75aa99
8 changed files with 58 additions and 15 deletions

View File

@@ -46,6 +46,7 @@ $config_invoice_from_name = $row['config_invoice_from_name'];
$config_invoice_from_email = $row['config_invoice_from_email'];
$config_invoice_late_fee_enable = intval($row['config_invoice_late_fee_enable']);
$config_invoice_late_fee_percent = floatval($row['config_invoice_late_fee_percent']);
$config_invoice_paid_notification_email = $row['config_invoice_paid_notification_email'];
// Recurring Invoices
$config_recurring_prefix = $row['config_recurring_prefix'];