Changeset 907

Show
Ignore:
Timestamp:
04/11/03 18:51:11 (21 years ago)
Author:
jalet
Message:

Bug fix for edpykota --add with users who already had a quota on the printer.

Location:
pykota/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/edpykota

    r900 r907  
    2323# 
    2424# $Log$ 
     25# Revision 1.34  2003/04/11 16:51:11  jalet 
     26# Bug fix for edpykota --add with users who already had a quota on the printer. 
     27# 
    2528# Revision 1.33  2003/04/10 21:47:20  jalet 
    2629# Job history added. Upgrade script neutralized for now ! 
     
    289292                raise PyKotaToolError, _("Both hard and soft limits must be set ! Aborting.") 
    290293            if options["add"] :     
    291                 allidnames = [(None, n) for n in names] 
     294                allidnames = [(self.storage.getUserId(n), n) for n in names] 
    292295            else :    
    293296                if options["groups"] :     
  • pykota/trunk/NEWS

    r901 r907  
    5454          4L/5L/6L. 
    5555          See http://web.mit.edu/source/third/lprng/doc/LPRng-HOWTO-15.html 
     56           
     57        - A bug was fixed when edpykota --add was used with users who already 
     58          had a quota on the specified printer. 
    5659           
    5760    - 1.02 :