Kleinere Fehler gefixt

This commit is contained in:
Moritz Utcke
2025-02-23 22:58:17 +11:00
parent 35db825e6a
commit 80b88df992
10 changed files with 93 additions and 99 deletions

View File

@@ -87,7 +87,7 @@ xl:grid-cols-3 xl:gap-x-8 xl:gap-y-8
name="rechnung_ort"
type="text"
required
value={rechnung.ort}
bind:value={rechnung.ort}
/>
<div class="help-label">

View File

@@ -2,7 +2,7 @@
import { fade } from "svelte/transition";
import WidgetCardTemplate from "#components/widgets/WidgetCardTemplate_IBC.svelte";
import { PRICES } from "#lib/constants.js";
import { Enums } from "#lib/client/prisma";
import { Enums } from "#lib/client/prisma.js";
let gebaeudetyp: string = "bitte auswählen";
let anlass: string = "bitte auswählen";