Minor fixes for licenseOM
This commit is contained in:
parent
d2f8cb3d42
commit
7ca32186c9
|
|
@ -92,7 +92,7 @@ class License extends StaticModel
|
|||
*/
|
||||
public function e_invoicing_tokens()
|
||||
{
|
||||
return $this->hasMany(EInvoicingToken::class, 'license_key', 'license_key');
|
||||
return $this->hasMany(EInvoicingToken::class, 'license', 'license_key');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -5477,8 +5477,9 @@ $lang = array(
|
|||
'download_ready' => 'Your Download is now ready! [ :message ]',
|
||||
'notification_quote_reminder1_sent_subject' => 'Reminder 1 for Quote :invoice was sent to :client',
|
||||
'custom_reminder_sent' => 'Custom reminder was sent to :client',
|
||||
'use_system_fonts' => 'Use browser default fonts',
|
||||
'use_system_fonts' => 'Use System Fonts',
|
||||
'use_system_fonts_help' => 'Override the standard fonts with those from the web browser',
|
||||
'active_tasks' => 'Active Tasks',
|
||||
);
|
||||
|
||||
return $lang;
|
||||
|
|
|
|||
Loading…
Reference in New Issue