- add only buy with rfid option

This commit is contained in:
Ulrich Knechtelsdorfer
2016-07-01 17:03:23 +02:00
parent 042d0c86fa
commit 9f3ee93be9
8 changed files with 47 additions and 22 deletions

View File

@@ -231,7 +231,7 @@ class PanelUsers (wx.Panel):
users = get_users()
names = list()
for user in users:
if user.isshown:
if user.isshown and not user.onlyrfid:
names.append(user.longname)
self.but_names = list()