Changeset 2673

Show
Ignore:
Timestamp:
02/11/06 23:20:05 (18 years ago)
Author:
jerome
Message:

Move some lines around

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/pkbcodes

    r2672 r2673  
    127127                    raise PyKotaCommandLineError, _("There's no billingcode matching %s") % " ".join(names) 
    128128                         
    129             nbtotal = len(billingcodes)             
    130129            if not options["list"] : 
    131130                self.display("%s...\n" % _("Modification")) 
     131                 
     132            nbtotal = len(billingcodes)             
    132133            for i in range(nbtotal) :         
    133134                billingcode = billingcodes[i]