Changeset 2257

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

Fixed a problem with edpykota --prototype

Location:
pykota/trunk
Files:
2 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             
  • pykota/trunk/NEWS

    r2254 r2257  
    2424    - 1.23alpha2 : 
    2525     
     26        - Fixed edpykota --prototype with balance. 
     27         
    2628        - Major rewrite of the IPP message parsing code to definitely 
    2729          fix the job-originating-hostname IPP attribute problem.