Changeset 902
- Timestamp:
- 04/11/03 10:56:49 (22 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/pykota
r901 r902 23 23 # 24 24 # $Log$ 25 # Revision 1.19 2003/04/11 08:56:49 jalet 26 # Comment 27 # 25 28 # Revision 1.18 2003/04/11 08:50:39 jalet 26 29 # Workaround for the HP "feature" of saving the page counter to NVRAM … … 177 180 kotafilter.logger.log_message(_("User %s not registered in the PyKota system") % username, "warn") 178 181 else : 182 # get last job information for this printer 179 183 pgc = kotafilter.storage.getPrinterPageCounter(printerid) 180 184 if pgc is None :