mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
changes for aliases
This commit is contained in:
parent
802490a7ee
commit
375b663425
@ -540,8 +540,9 @@ class HtmlEngine
|
|||||||
/*Payment Aliases*/
|
/*Payment Aliases*/
|
||||||
$data['$paymentLink'] = &$data['$payment_link'];
|
$data['$paymentLink'] = &$data['$payment_link'];
|
||||||
$data['$payment_url'] = &$data['$payment_link'];
|
$data['$payment_url'] = &$data['$payment_link'];
|
||||||
$data['$portalButton'] = &$data['$paymentLink'];
|
$data['$portalButton'] = &$data['$payment_link'];
|
||||||
|
$data['$portal_button'] = &$data['$payment_link'];
|
||||||
|
|
||||||
$data['$dir'] = ['value' => in_array(optional($this->client->language())->locale, ['ar', 'he']) ? 'rtl' : 'ltr', 'label' => ''];
|
$data['$dir'] = ['value' => in_array(optional($this->client->language())->locale, ['ar', 'he']) ? 'rtl' : 'ltr', 'label' => ''];
|
||||||
$data['$dir_text_align'] = ['value' => in_array(optional($this->client->language())->locale, ['ar', 'he']) ? 'right' : 'left', 'label' => ''];
|
$data['$dir_text_align'] = ['value' => in_array(optional($this->client->language())->locale, ['ar', 'he']) ? 'right' : 'left', 'label' => ''];
|
||||||
|
|
||||||
|
@ -4728,6 +4728,7 @@ $LANG = array(
|
|||||||
'received' => 'Received',
|
'received' => 'Received',
|
||||||
'converted_to_expense' => 'Successfully converted to expense',
|
'converted_to_expense' => 'Successfully converted to expense',
|
||||||
'converted_to_expenses' => 'Successfully converted to expenses',
|
'converted_to_expenses' => 'Successfully converted to expenses',
|
||||||
|
'entity_removed' => 'This document has been removed, please contact the vendor for further information',
|
||||||
);
|
);
|
||||||
|
|
||||||
return $LANG;
|
return $LANG;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user