add tested/not tested indicator on print view
All checks were successful
Go / build (push) Successful in 12m19s

This commit is contained in:
2025-07-02 00:10:37 +02:00
parent 6c59d1233f
commit 9e638dcfc2
5 changed files with 71 additions and 2 deletions

View File

@@ -53,4 +53,5 @@ type ShopItem struct {
Image string
Pdf string
PrintMode string `json:"printMode" gorm:"default:CreateBooklet"`
WasPrinted bool `gorm:"default:false"`
}