client-barcode: Add workaround for German keyboard layout

This commit is contained in:
Sebastian Pipping 2011-10-27 23:33:14 +02:00
parent 294425f2b6
commit d480ea8805
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@ CODES = {
'TO GO NONE':('to_go', TO_GO_NONE),
'TO GO PREV':('to_go', TO_GO_PREV),
'TO GO ONLY':('to_go', TO_GO_ONLY),
'TO GO ONLZ':('to_go', TO_GO_ONLY), # Workaround for German keyboard layouts
'DEPOSIT 0.01':('deposit', Decimal('0.01')),
'DEPOSIT 0.05':('deposit', Decimal('0.05')),