Show
Ignore:
Timestamp:
03/24/04 16:15:24 (20 years ago)
Author:
jalet
Message:

Began integration of Henrik Janhagen's work on quota-then-balance
and balance-then-quota

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/pykota/storage.py

    r1395 r1418  
    2222# 
    2323# $Log$ 
     24# Revision 1.51  2004/03/24 15:15:24  jalet 
     25# Began integration of Henrik Janhagen's work on quota-then-balance 
     26# and balance-then-quota 
     27# 
    2428# Revision 1.50  2004/03/09 08:05:27  jalet 
    2529# Small fix : only keeps existing quota entries when searching parents 
     
    235239        except AttributeError :     
    236240            limitby = "quota" 
    237         if limitby in ["quota", "balance"] : 
     241        if limitby in ["quota", "balance", "quota-then-balance", "balance-then-quota"] : 
    238242            self.parent.writeUserLimitBy(self, limitby) 
    239243            self.LimitBy = limitby