Additional schedulers

This commit is contained in:
David Bomba 2025-07-13 22:08:53 +10:00
parent 929e2a7ba8
commit 836e4bd1ae
2 changed files with 3 additions and 0 deletions

View File

@ -53,4 +53,5 @@ class InvoiceOutstandingTasks
*/
public bool $include_project_tasks = false;
}

View File

@ -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;