mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
Add translation for task line items
This commit is contained in:
parent
6f3ad0e1f0
commit
8ac5c7cf65
@ -215,7 +215,7 @@ class TemplateService
|
||||
{
|
||||
|
||||
$this->data = $this->preProcessDataBlocks($data);
|
||||
nlog($this->data);
|
||||
// nlog($this->data);
|
||||
return $this;
|
||||
}
|
||||
|
||||
@ -617,7 +617,7 @@ class TemplateService
|
||||
'paymentables' => $pivot,
|
||||
'refund_activity' => $this->getPaymentRefundActivity($payment),
|
||||
];
|
||||
nlog($data);
|
||||
|
||||
return $data;
|
||||
|
||||
}
|
||||
|
@ -5212,6 +5212,7 @@ $LANG = array(
|
||||
'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_help' => 'Sends the payment email to all contacts when enabled',
|
||||
'add_line' => 'Add Line',
|
||||
);
|
||||
|
||||
return $LANG;
|
||||
|
Loading…
Reference in New Issue
Block a user