Fix card condition not being inserted
This commit is contained in:
parent
74219fa7aa
commit
2968462011
|
@ -69,6 +69,7 @@ func InsertSelectedCard(db *sql.DB) {
|
|||
CardPrintingId: selectedCardPrintingId,
|
||||
StorageBox: storageBoxLabel,
|
||||
Source: source,
|
||||
CardCondition: cardCondition,
|
||||
}
|
||||
|
||||
err := logic.StoreCard(db, storageLocation)
|
||||
|
|
Loading…
Reference in New Issue