Show
Ignore:
Timestamp:
09/17/05 23:00:45 (19 years ago)
Author:
jerome
Message:

Added the precomputed job's size and price to the history.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/cupspykota

    r2452 r2455  
    933933                                    self.Action, self.JobSize, self.JobPrice, self.InputFile, \ 
    934934                                    self.Title, self.Copies, self.Options, self.ClientHost, \ 
    935                                     self.JobSizeBytes, self.JobMD5Sum, None, self.JobBillingCode) 
     935                                    self.JobSizeBytes, self.JobMD5Sum, None, self.JobBillingCode, \ 
     936                                    self.softwareJobSize, self.softwareJobPrice) 
    936937            self.printInfo(_("Job added to history.")) 
    937938