working printer

bypasstray leads to problems still
This commit is contained in:
2025-04-10 19:38:32 +02:00
parent 0436d3a2bd
commit e864a75678
6 changed files with 65 additions and 11 deletions

View File

@@ -52,4 +52,5 @@ type ShopItem struct {
Tags []Tag `gorm:"many2many:item_tags;"`
Image string
Pdf string
PrintMode string `json:"printMode" gorm:"default:CreateBooklet"`
}