Changeset 2692 for pykota/trunk/bin/warnpykota
- Timestamp:
- 02/14/06 16:18:45 (19 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/warnpykota
r2622 r2692 118 118 # we only want to warn users who have ever printed something 119 119 # 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 \ 121 122 userpquota.PageCounter or userpquota.LifePageCounter or \ 122 123 self.storage.getUserNbJobsFromHistory(user) :