Changeset 2456
- Timestamp:
- 09/17/05 23:23:23 (19 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/pykota/storages/ldapstorage.py
r2455 r2456 1000 1000 "pykotaBillingCode" : self.userCharsetToDatabase(jobbilling), # don't add this attribute if it is not set, so no string conversion 1001 1001 "pykotaPrecomputedJobSize" : str(precomputedsize), 1002 "pykotaPrecomputed Price" : str(precomputedprice),1002 "pykotaPrecomputedJobPrice" : str(precomputedprice), 1003 1003 } 1004 1004 if (not self.disablehistory) or (not printer.LastJob.Exists) :