mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04: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);
|
$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;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user