Show
Ignore:
Timestamp:
02/14/06 16:18:45 (18 years ago)
Author:
jerome
Message:

Added the 'duplicatesdelay' and 'balancezero' directives.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/warnpykota

    r2622 r2692  
    118118                    # we only want to warn users who have ever printed something 
    119119                    # and don't want to warn users who have never printed 
    120                     if (user.AccountBalance and (user.AccountBalance != user.LifeTimePaid)) or \ 
     120                    if ((user.AccountBalance > self.config.getBalanceZero()) and \ 
     121                       (user.AccountBalance != user.LifeTimePaid)) or \ 
    121122                       userpquota.PageCounter or userpquota.LifePageCounter or \ 
    122123                       self.storage.getUserNbJobsFromHistory(user) :