Commit 977f72d2 by Tuukka Kivilahti

asdf

1 parent b49c4be4
......@@ -340,7 +340,7 @@ public class UserView extends GenericCDIView {
if (readerView.getBarcode() != null && !readerView.getBarcode().isEmpty()) {
card.setBarcode(readerView.getBarcode());
card.setCardState(CardState.VALIDATED);
card.setCardState(CardState.PRINTED);
logger.debug("barcode {} to card {} ", readerView.getBarcode(), card.getUser().getNick());
cardBean.saveCard(card);
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!