Changeset 970
- Timestamp:
- 04/28/03 10:25:48 (22 years ago)
- Location:
- pykota/trunk
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/repykota
r952 r970 23 23 # 24 24 # $Log$ 25 # Revision 1.33 2003/04/28 08:25:48 jalet 26 # Small display bug in repykota was fixed. 27 # 25 28 # Revision 1.32 2003/04/23 22:13:56 jalet 26 29 # Preliminary support for LPRng added BUT STILL UNTESTED. … … 196 199 prices = self.storage.getPrinterPrices(printerid) 197 200 if prices is None : 198 (perpage, perjob) = None201 (perpage, perjob) = (None, None) 199 202 else : 200 203 (perpage, perjob) = prices 201 202 203 204 204 if perjob is not None : 205 print _("Price per job: %.3f") % perjob 206 if perpage is not None : 207 print _("Price per page: %.3f") % perpage 205 208 total = 0 206 209 totalmoney = 0.0 -
pykota/trunk/NEWS
r969 r970 31 31 which don't answer when they are sleeping (my Apple 32 32 LaserWriter 16/600 PS is in this case, maybe others too) 33 34 - Small display bug fixed in repykota 33 35 34 36 - 1.04 :