Changeset 1520 for pykota/trunk/bin
- Timestamp:
- 06/04/04 01:14:11 (20 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/cupspykota
r1519 r1520 24 24 # 25 25 # $Log$ 26 # Revision 1.60 2004/06/03 23:14:08 jalet 27 # Now stores the job's size in bytes in the database. 28 # Preliminary work on payments storage : database schemas are OK now, 29 # but no code to store payments yet. 30 # Removed schema picture, not relevant anymore. 31 # 26 32 # Revision 1.59 2004/06/03 22:12:53 jalet 27 33 # Now denies empty jobs … … 403 409 404 410 # adds the current job to history 405 printer.addJobToHistory(self.jobid, user, self.accounter.getLastPageCounter(), action, jobsize, jobprice, self.preserveinputfile, self.title, self.copies, self.options, clienthost )411 printer.addJobToHistory(self.jobid, user, self.accounter.getLastPageCounter(), action, jobsize, jobprice, self.preserveinputfile, self.title, self.copies, self.options, clienthost, self.jobSizeBytes) 406 412 self.logdebug("Job added to history.") 407 413