Commit 0c194224 by Juho Juopperi

Code field for ReaderEvent: Default empty string.

1 parent cc3649d8
......@@ -14,6 +14,6 @@ namespace MoyaAdminLib
public Eventuser eventuser;
public int? printedCardId = 0;
public string printedCardState = "";
public string code;
public string code = "";
}
}
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!