Changeset 2314

Show
Ignore:
Timestamp:
06/14/05 18:12:48 (19 years ago)
Author:
jerome
Message:

Added a comment about dupes.
Severity : improvement to do when all the rest is done :-)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/cupspykota

    r2313 r2314  
    251251                 and (printer.LastJob.UserName == user.Name) \ 
    252252                 and (printer.LastJob.JobMD5Sum == self.checksum) : 
     253                # TODO : use the current user's last job instead of   
     254                # TODO : the current printer's last job. This would be 
     255                # TODO : better but requires an additional database query 
     256                # TODO : with SQL, and is much more complex with the  
     257                # TODO : actual LDAP schema. Maybe this is not very 
     258                # TODO : important, because usually dupes are rapidly sucessive. 
    253259                if denyduplicates == 1 : 
    254260                    self.printMoreInfo(user, printer, _("Job is a duplicate. Printing is denied."), "warn")