From 836e4bd1aec4c2ab8fa862434b3a41e98c4fc39f Mon Sep 17 00:00:00 2001 From: David Bomba Date: Sun, 13 Jul 2025 22:08:53 +1000 Subject: [PATCH] Additional schedulers --- app/DataMapper/Schedule/InvoiceOutstandingTasks.php | 1 + lang/en/texts.php | 2 ++ 2 files changed, 3 insertions(+) diff --git a/app/DataMapper/Schedule/InvoiceOutstandingTasks.php b/app/DataMapper/Schedule/InvoiceOutstandingTasks.php index 8dcd007f6e..255bf3f0d9 100644 --- a/app/DataMapper/Schedule/InvoiceOutstandingTasks.php +++ b/app/DataMapper/Schedule/InvoiceOutstandingTasks.php @@ -53,4 +53,5 @@ class InvoiceOutstandingTasks */ public bool $include_project_tasks = false; + } \ No newline at end of file diff --git a/lang/en/texts.php b/lang/en/texts.php index d4c2059496..8c40557d9e 100644 --- a/lang/en/texts.php +++ b/lang/en/texts.php @@ -5593,6 +5593,8 @@ $lang = array( 'recurring_invoice_item' => 'Recurring Invoice Item', 'disable_recurring_payment_notification' => 'Disable Recurring Payment Notification', 'disable_recurring_payment_notification_help' => 'Successful recurring invoice payment notifications will not be sent.', + 'invoice_outstanding_tasks' => 'Invoice Outstanding Tasks', + 'payment_schedule' => 'Payment Schedule', ); return $lang;