- Timestamp:
- 08/04/07 10:17:57 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/pykota/storages/ldapstorage.py
r3243 r3244 397 397 else : 398 398 description = self.databaseToUserCharset(base64.decodestring(description)) 399 if amount.endswith(" #") : 400 amount = amount[:-2] # TODO : should be catched earlier, the bug is above I think 399 401 user.Payments.append((date, float(amount), description)) 400 402 user.Exists = True