feat(admin): add allow_update_discount option to category dialog

This commit is contained in:
DanielS
2026-07-10 08:55:53 +02:00
parent 9d888e6380
commit d8b7076e7e
2 changed files with 26 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ export type Category = {
show_in_kauf?: boolean
show_in_abo?: boolean
resets_others: boolean
allow_update_discount?: boolean
created_at: string
}