fix(ausruestung): show untracked assignments, item traits in order wizard, receipt

gate for completion, PDF phone + last-row line
This commit is contained in:
Matthias Hochmeister
2026-04-15 10:58:51 +02:00
parent 279cc03b6b
commit 4c01683c10
5 changed files with 63 additions and 3 deletions

View File

@@ -62,6 +62,7 @@ export interface Bestellung {
besteller_id?: string;
besteller_name?: string;
besteller_email?: string;
besteller_telefon?: string;
besteller_dienstgrad?: string;
status: BestellungStatus;
budget?: number;