Updated translations
This commit is contained in:
parent
b8987af0af
commit
c83ba701f4
|
|
@ -216,9 +216,8 @@ class UpdateCompanyRequest extends Request
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if($this->company->verifactuEnabled()) {
|
if(isset($settings['e_invoice_type']) && $settings['e_invoice_type'] == 'VERIFACTU' && $this->company->verifactuEnabled()) {
|
||||||
$settings['lock_invoices'] = 'when_sent';
|
$settings['lock_invoices'] = 'when_sent';
|
||||||
$settings['e_invoice_type'] = 'VERIFACTU';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isset($settings['email_style_custom'])) {
|
if (isset($settings['email_style_custom'])) {
|
||||||
|
|
|
||||||
|
|
@ -5648,6 +5648,9 @@ $lang = array(
|
||||||
'activity_151' => 'E-Invoice :invoice for :client failed to send to AEAT :notes',
|
'activity_151' => 'E-Invoice :invoice for :client failed to send to AEAT :notes',
|
||||||
'activity_152' => 'Invoice cancellation for :invoice sent to AEAT successfully',
|
'activity_152' => 'Invoice cancellation for :invoice sent to AEAT successfully',
|
||||||
'activity_153' => 'Invoice cancellation for :invoice failed to send to AEAT :notes',
|
'activity_153' => 'Invoice cancellation for :invoice failed to send to AEAT :notes',
|
||||||
|
'justify' => 'Justify',
|
||||||
|
'outdent' => 'Outdent',
|
||||||
|
'indent' => 'Indent',
|
||||||
);
|
);
|
||||||
|
|
||||||
return $lang;
|
return $lang;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue