Show
Ignore:
Timestamp:
12/02/06 23:45:44 (17 years ago)
Author:
jerome
Message:

Better textual information.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/pkrefund

    r3095 r3108  
    377377                    print _("Date : %s") % str(job.JobDate)[:19] 
    378378                    print _("JobId : %s") % job.JobId 
    379                     print _("Username : %s") % job.UserName 
    380                     print _("Printername : %s") % job.PrinterName 
     379                    print _("User : %s") % job.UserName 
     380                    print _("Printer : %s") % job.PrinterName 
    381381                    print _("Billing code : %s") % job.JobBillingCode 
    382382                    print _("Pages : %i") % job.JobSize