Show
Ignore:
Timestamp:
05/18/05 16:19:16 (19 years ago)
Author:
jerome
Message:

Fixed a problem with edpykota --prototype

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/edpykota

    r2225 r2257  
    346346                limitby = protoentry.LimitBy 
    347347                balancevalue = protoentry.AccountBalance 
    348                 balance = str(balance) 
     348                balance = str(abs(balancevalue)) 
    349349                overcharge = getattr(protoentry, "OverCharge", None) 
    350350