Minor fixes for licenseOM

This commit is contained in:
David Bomba 2024-12-14 10:40:43 +11:00
parent d2f8cb3d42
commit 7ca32186c9
2 changed files with 3 additions and 2 deletions

View File

@ -92,7 +92,7 @@ class License extends StaticModel
*/ */
public function e_invoicing_tokens() public function e_invoicing_tokens()
{ {
return $this->hasMany(EInvoicingToken::class, 'license_key', 'license_key'); return $this->hasMany(EInvoicingToken::class, 'license', 'license_key');
} }
/** /**

View File

@ -5477,8 +5477,9 @@ $lang = array(
'download_ready' => 'Your Download is now ready! [ :message ]', 'download_ready' => 'Your Download is now ready! [ :message ]',
'notification_quote_reminder1_sent_subject' => 'Reminder 1 for Quote :invoice was sent to :client', 'notification_quote_reminder1_sent_subject' => 'Reminder 1 for Quote :invoice was sent to :client',
'custom_reminder_sent' => 'Custom reminder 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', 'use_system_fonts_help' => 'Override the standard fonts with those from the web browser',
'active_tasks' => 'Active Tasks',
); );
return $lang; return $lang;