Changeset 2676 for pykota/trunk/bin

Show
Ignore:
Timestamp:
02/12/06 00:05:15 (18 years ago)
Author:
jerome
Message:

The duration for the modification of billing codes has been more than halved.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/pkbcodes

    r2673 r2676  
    146146                    if options["description"] is not None : 
    147147                        billingcode.setDescription(options["description"].strip()) 
     148                    billingcode.save()     
    148149                    percent = 100.0 * float(i) / float(nbtotal) 
    149150                    self.display("\r%.02f%%" % percent)