Updated translations

This commit is contained in:
David Bomba 2025-10-15 13:51:44 +11:00
parent b8987af0af
commit c83ba701f4
2 changed files with 4 additions and 2 deletions

View File

@ -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['e_invoice_type'] = 'VERIFACTU';
}
if (isset($settings['email_style_custom'])) {

View File

@ -5648,6 +5648,9 @@ $lang = array(
'activity_151' => 'E-Invoice :invoice for :client failed to send to AEAT :notes',
'activity_152' => 'Invoice cancellation for :invoice sent to AEAT successfully',
'activity_153' => 'Invoice cancellation for :invoice failed to send to AEAT :notes',
'justify' => 'Justify',
'outdent' => 'Outdent',
'indent' => 'Indent',
);
return $lang;