diff --git a/client-barcode/freitagslib/commands.py b/client-barcode/freitagslib/commands.py index a38cfcd..48f0934 100644 --- a/client-barcode/freitagslib/commands.py +++ b/client-barcode/freitagslib/commands.py @@ -63,4 +63,4 @@ class ToGoCommand(_ItemBasedCommand): net.buy_item(self._item.id, what_about_it=DEPOSIT_ONLY, user_name=user_name) def label(self): - return '%s - Pfand' % self._item.name + return '%s Pfand' % self._item.name