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,
|
CardPrintingId: selectedCardPrintingId,
|
||||||
StorageBox: storageBoxLabel,
|
StorageBox: storageBoxLabel,
|
||||||
Source: source,
|
Source: source,
|
||||||
|
CardCondition: cardCondition,
|
||||||
}
|
}
|
||||||
|
|
||||||
err := logic.StoreCard(db, storageLocation)
|
err := logic.StoreCard(db, storageLocation)
|
||||||
|
|
Loading…
Reference in New Issue