Show
Ignore:
Timestamp:
11/21/03 15:28:46 (21 years ago)
Author:
jalet
Message:

More complete job history.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/pykota/accounters/external.py

    r1180 r1200  
    2222# 
    2323# $Log$ 
     24# Revision 1.9  2003/11/21 14:28:45  jalet 
     25# More complete job history. 
     26# 
    2427# Revision 1.8  2003/11/12 23:29:24  jalet 
    2528# More work on new backend. This commit may be unstable. 
     
    104107         
    105108        # adds the current job to history     
    106         printer.addJobToHistory(self.filter.jobid, user, self.getLastPageCounter(), action, jobsize) 
     109        printer.addJobToHistory(self.filter.jobid, user, self.getLastPageCounter(), action, jobsize, self.filter.preserveinputfile, self.filter.title, self.filter.copies, self.filter.options) 
    107110         
    108111        self.endJob(printer, user)