Changeset 907
- Timestamp:
- 04/11/03 18:51:11 (22 years ago)
- Location:
- pykota/trunk
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/edpykota
r900 r907 23 23 # 24 24 # $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 # 25 28 # Revision 1.33 2003/04/10 21:47:20 jalet 26 29 # Job history added. Upgrade script neutralized for now ! … … 289 292 raise PyKotaToolError, _("Both hard and soft limits must be set ! Aborting.") 290 293 if options["add"] : 291 allidnames = [( None, n) for n in names]294 allidnames = [(self.storage.getUserId(n), n) for n in names] 292 295 else : 293 296 if options["groups"] : -
pykota/trunk/NEWS
r901 r907 54 54 4L/5L/6L. 55 55 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. 56 59 57 60 - 1.02 :