Show
Ignore:
Timestamp:
04/24/05 00:01:46 (19 years ago)
Author:
jerome
Message:

The job-billing info is now saved into the database if present.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/lprngpykota

    r2210 r2217  
    141141                                    action, jobsize, jobprice, self.preserveinputfile, \ 
    142142                                    self.title, self.copies, self.options, clienthost, \ 
    143                                     self.jobSizeBytes, self.checksum) 
     143                                    self.jobSizeBytes, self.checksum, None, None) # TODO : pages detail and billing code 
    144144            self.printMoreInfo(user, printer, _("Job added to history.")) 
    145145             
     
    160160                                    action, filename=self.preserveinputfile, title=self.title, \ 
    161161                                    copies=self.copies, options=self.options, clienthost=clienthost, \ 
    162                                     jobsizebytes=self.jobSizeBytes, jobmd5sum=self.checksum) 
     162                                    jobsizebytes=self.jobSizeBytes, jobmd5sum=self.checksum, jobpages=None, jobbilling=None) # TODO : pages detail and billing code 
    163163            self.logdebug("Job added to history during first pass : Job's size and price are still unknown.") 
    164164