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

More complete job history.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/cupspykota

    r1196 r1200  
    2424# 
    2525# $Log$ 
     26# Revision 1.12  2003/11/21 14:28:43  jalet 
     27# More complete job history. 
     28# 
    2629# Revision 1.11  2003/11/19 23:19:35  jalet 
    2730# Code refactoring work. 
     
    360363         
    361364        # adds the current job to history     
    362         printer.addJobToHistory(thebackend.jobid, user, thebackend.accounter.getLastPageCounter(), action, jobsize) 
     365        printer.addJobToHistory(thebackend.jobid, user, thebackend.accounter.getLastPageCounter(), action, jobsize, thebackend.preserveinputfile, thebackend.title, thebackend.copies, thebackend.options) 
    363366     
    364367    return retcode # return (retcode or gotSigTerm) shouldn't be needed