Show
Ignore:
Timestamp:
02/20/06 22:29:28 (18 years ago)
Author:
jerome
Message:

Fixed deletion code for print quota entries.

Files:
1 modified

Legend:

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

    r2717 r2718  
    14141414        for (ident, fields) in result : 
    14151415            self.doDelete(ident) 
     1416        if upquota.Printer.LastJob.UserName == upquota.User.Name : 
     1417            self.doDelete(upquota.Printer.LastJob.lastjobident) 
    14161418        self.doDelete(upquota.ident) 
    14171419