Show
Ignore:
Timestamp:
02/13/05 23:48:38 (19 years ago)
Author:
jalet
Message:

Added the md5sum to the history

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/cupspykota

    r2054 r2057  
    2424# 
    2525# $Log$ 
     26# Revision 1.86  2005/02/13 22:48:37  jalet 
     27# Added the md5sum to the history 
     28# 
    2629# Revision 1.85  2005/02/13 22:02:28  jalet 
    2730# Big database structure changes. Upgrade script is now included as well as 
     
    588591             
    589592            # adds the current job to history     
    590             printer.addJobToHistory(self.jobid, user, self.accounter.getLastPageCounter(), action, jobsize, jobprice, self.preserveinputfile, self.title, self.copies, self.options, clienthost, self.jobSizeBytes) 
     593            printer.addJobToHistory(self.jobid, user, self.accounter.getLastPageCounter(), \ 
     594                                    action, jobsize, jobprice, self.preserveinputfile, \ 
     595                                    self.title, self.copies, self.options, clienthost, \ 
     596                                    self.jobSizeBytes, self.checksum) 
    591597            self.printMoreInfo(user, printer, _("Job added to history.")) 
    592598