Changeset 2724
- Timestamp:
- 02/21/06 00:53:46 (19 years ago)
- Location:
- pykota/trunk/bin
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/pkprinters
r2723 r2724 184 184 if parents : 185 185 print " %s" % parents 186 print 186 187 else : 187 188 self.display("%s...\n" % _("Modification")) -
pykota/trunk/bin/pkusers
r2723 r2724 257 257 print " %s" % (_("Total paid so far : %.2f") % (entry.LifeTimePaid or 0.0)) 258 258 print " %s" % (_("Overcharging factor : %.2f") % entry.OverCharge) 259 print 259 260 else : 260 261 for entry in entries : … … 266 267 print " %s" % (_("Group balance : %.2f") % (entry.AccountBalance or 0.0)) 267 268 print " %s" % (_("Total paid so far : %.2f") % (entry.LifeTimePaid or 0.0)) 269 print 268 270 else : 269 271 self.display("%s...\n" % _("Modification"))