Show
Ignore:
Timestamp:
07/05/03 09:46:50 (21 years ago)
Author:
jalet
Message:

The previous bug fix was incomplete.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/pykota/reporters/text.py

    r1056 r1062  
    2121# 
    2222# $Log$ 
     23# Revision 1.3  2003/07/05 07:46:50  jalet 
     24# The previous bug fix was incomplete. 
     25# 
    2326# Revision 1.2  2003/07/02 09:29:12  jalet 
    2427# Bug fixed when wanting a report and an user/group was limited by account balance 
     
    8487        lifetimepaid = float(entry.LifeTimePaid or 0.0) 
    8588         
    86         if entry.LimitBy.lower() == "balance" :     
     89        if entry.LimitBy and (entry.LimitBy.lower() == "balance") :     
    8790            if balance <= 0 : 
    8891                datelimit = "DENY"