Additional schedulers
This commit is contained in:
parent
929e2a7ba8
commit
836e4bd1ae
|
|
@ -53,4 +53,5 @@ class InvoiceOutstandingTasks
|
||||||
*/
|
*/
|
||||||
public bool $include_project_tasks = false;
|
public bool $include_project_tasks = false;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
@ -5593,6 +5593,8 @@ $lang = array(
|
||||||
'recurring_invoice_item' => 'Recurring Invoice Item',
|
'recurring_invoice_item' => 'Recurring Invoice Item',
|
||||||
'disable_recurring_payment_notification' => 'Disable Recurring Payment Notification',
|
'disable_recurring_payment_notification' => 'Disable Recurring Payment Notification',
|
||||||
'disable_recurring_payment_notification_help' => 'Successful recurring invoice payment notifications will not be sent.',
|
'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;
|
return $lang;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue