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/stupid.py

    r1180 r1200  
    2222# 
    2323# $Log$ 
     24# Revision 1.7  2003/11/21 14:28:46  jalet 
     25# More complete job history. 
     26# 
    2427# Revision 1.6  2003/11/12 23:29:24  jalet 
    2528# More work on new backend. This commit may be unstable. 
     
    106109         
    107110        # adds the current job to history     
    108         printer.addJobToHistory(self.filter.jobid, user, counterbeforejob, action, jobsize) 
     111        printer.addJobToHistory(self.filter.jobid, user, counterbeforejob, action, jobsize, self.filter.preserveinputfile, self.filter.title, self.filter.copies, self.filter.options) 
    109112             
    110113        return action