Changeset 2456

Show
Ignore:
Timestamp:
09/17/05 23:23:23 (19 years ago)
Author:
jerome
Message:

Fixed incorrect attribute name

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/pykota/storages/ldapstorage.py

    r2455 r2456  
    10001000                   "pykotaBillingCode" : self.userCharsetToDatabase(jobbilling), # don't add this attribute if it is not set, so no string conversion 
    10011001                   "pykotaPrecomputedJobSize" : str(precomputedsize), 
    1002                    "pykotaPrecomputedPrice" : str(precomputedprice), 
     1002                   "pykotaPrecomputedJobPrice" : str(precomputedprice), 
    10031003                 } 
    10041004        if (not self.disablehistory) or (not printer.LastJob.Exists) :