Add event description to PDF
Fixes a bug where the event name was printed twice in the PDF header
This commit is contained in:
parent
60e3282286
commit
ae62fd69f5
@ -257,7 +257,7 @@ export class PdfDocumentService {
|
|||||||
text = '';
|
text = '';
|
||||||
} else {
|
} else {
|
||||||
const general_event_name = this.configService.instant<string>('general_event_name');
|
const general_event_name = this.configService.instant<string>('general_event_name');
|
||||||
const general_event_description = this.configService.instant<string>('general_event_name');
|
const general_event_description = this.configService.instant<string>('general_event_description');
|
||||||
const line1 = [
|
const line1 = [
|
||||||
this.translate.instant(general_event_name),
|
this.translate.instant(general_event_name),
|
||||||
this.translate.instant(general_event_description)
|
this.translate.instant(general_event_description)
|
||||||
|
Loading…
Reference in New Issue
Block a user