Add translation for task line items

This commit is contained in:
David Bomba 2023-11-23 11:46:26 +11:00
parent 6f3ad0e1f0
commit 8ac5c7cf65
2 changed files with 3 additions and 2 deletions

View File

@ -215,7 +215,7 @@ class TemplateService
{ {
$this->data = $this->preProcessDataBlocks($data); $this->data = $this->preProcessDataBlocks($data);
nlog($this->data); // nlog($this->data);
return $this; return $this;
} }
@ -617,7 +617,7 @@ class TemplateService
'paymentables' => $pivot, 'paymentables' => $pivot,
'refund_activity' => $this->getPaymentRefundActivity($payment), 'refund_activity' => $this->getPaymentRefundActivity($payment),
]; ];
nlog($data);
return $data; return $data;
} }

View File

@ -5212,6 +5212,7 @@ $LANG = array(
'user_logged_in_notification_help' => 'Send an email when logging in from a new location', 'user_logged_in_notification_help' => 'Send an email when logging in from a new location',
'payment_email_all_contacts' => 'Payment Email To All Contacts', 'payment_email_all_contacts' => 'Payment Email To All Contacts',
'payment_email_all_contacts_help' => 'Sends the payment email to all contacts when enabled', 'payment_email_all_contacts_help' => 'Sends the payment email to all contacts when enabled',
'add_line' => 'Add Line',
); );
return $LANG; return $LANG;