--- basket/basket.py 2007/08/15 15:49:03 1.14 +++ basket/basket.py 2009/04/21 07:57:00 1.15 @@ -348,7 +348,7 @@ class Basket(BasketBasis): def getComment(self): """get the comment""" - return unicodify(self.title) + return unicodify(self.comment) def getShortDescription(self):