- Timestamp:
- 08/03/07 13:57:12 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/pykota/storages/ldapstorage.py
r3184 r3243 780 780 else : 781 781 description = self.databaseToUserCharset(base64.decodestring(description)) 782 if amount.endswith(" #") : 783 amount = amount[:-2] # TODO : should be catched earlier, the bug is above I think 782 784 user.Payments.append((date, float(amount), description)) 783 785 user.Exists = True