refactor external orders

This commit is contained in:
Matthias Hochmeister
2026-03-25 14:55:25 +01:00
parent 5add6590e5
commit 0bb2feaba2
5 changed files with 305 additions and 229 deletions

View File

@@ -77,7 +77,6 @@ export interface BestellungFormData {
lieferant_id?: number;
besteller_id?: string;
status?: BestellungStatus;
budget?: number;
steuersatz?: number;
notizen?: string;
positionen?: BestellpositionFormData[];