feat: upgrade dependencies

This commit is contained in:
2025-07-28 10:36:00 +00:00
parent df4c782fbb
commit cb0e69169e
5 changed files with 2456 additions and 1682 deletions

View File

@@ -101,7 +101,7 @@ export class DeLetterHeader extends DeesElement {
];
private renderDeliveryDate(from: Date, to: Date): TemplateResult {
if (this.letterData.type !== "invoice") return null;
if (this.letterData.accountingDocType !== "invoice") return null;
const dateFormat = new Intl.DateTimeFormat(
this.documentSettings.languageCode,
{ dateStyle: this.documentSettings.dateStyle }
@@ -174,7 +174,7 @@ export class DeLetterHeader extends DeesElement {
${this.letterData.to.registrationDetails.vatId || "not provided"}
<!-- TODO: Make use of components -->
${this.letterData.type === "invoice"
${this.letterData.accountingDocType === "invoice"
? html` <div class="label">
${plugins.shared.translation.translate(
this.documentSettings.languageCode,