Changeset 1873
- Timestamp:
- 10/24/04 14:49:02 (20 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/pykota/accounter.py
r1713 r1873 22 22 # 23 23 # $Log$ 24 # Revision 1.21 2004/10/24 12:49:02 jalet 25 # Fixed bad indentation 26 # 24 27 # Revision 1.20 2004/09/13 16:02:45 jalet 25 28 # Added fix for incorrect job's size when hardware accounting fails … … 123 126 and (self.filter.preserveinputfile is not None)) \ 124 127 or (self.filter.printingsystem != "CUPS") : 125 128 self.JobSize *= self.filter.copies 126 129 127 130 # get last job information for this printer