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

    r1180 r1200  
    2222# 
    2323# $Log$ 
     24# Revision 1.8  2003/11/21 14:28:46  jalet 
     25# More complete job history. 
     26# 
    2427# Revision 1.7  2003/11/12 23:29:24  jalet 
    2528# More work on new backend. This commit may be unstable. 
     
    178181         
    179182        # adds the current job to history     
    180         printer.addJobToHistory(self.filter.jobid, user, counterbeforejob, action) 
     183        printer.addJobToHistory(self.filter.jobid, user, counterbeforejob, action, filename=self.filter.preserveinputfile, title=self.filter.title, copies=self.filter.copies, options=self.filter.options) 
    181184             
    182185        return action