From e72e5838f1ef2fa7849e79d43c3d7cbda6bde5eb Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Mon, 10 Oct 2011 21:59:22 +0200 Subject: [PATCH] client-barcode: Adjust display of deposit to match the webapp --- client-barcode/freitagslib/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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