Show
Ignore:
Timestamp:
02/18/03 00:02:23 (21 years ago)
Author:
jalet
Message:

getGraceDelay for printer

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/repykota

    r793 r805  
    1717# 
    1818# $Log$ 
     19# Revision 1.12  2003/02/17 23:02:23  jalet 
     20# getGraceDelay for printer 
     21# 
    1922# Revision 1.11  2003/02/10 12:12:34  jalet 
    2023# Translations. 
     
    117120        for (printer, printerpagecounter) in printernames : 
    118121            print _("*** Report for %s quota on printer %s") % ((options["users"] and "user") or "group", printer) 
    119             print _("Pages grace time: %idays") % self.config.getGraceDelay() 
     122            print _("Pages grace time: %idays") % self.config.getGraceDelay(printer) 
    120123            total = 0 
    121124            if options["users"] :