Changeset 2673 for pykota/trunk/bin/pkbcodes
- Timestamp:
- 02/11/06 23:20:05 (19 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/pkbcodes
r2672 r2673 127 127 raise PyKotaCommandLineError, _("There's no billingcode matching %s") % " ".join(names) 128 128 129 nbtotal = len(billingcodes)130 129 if not options["list"] : 131 130 self.display("%s...\n" % _("Modification")) 131 132 nbtotal = len(billingcodes) 132 133 for i in range(nbtotal) : 133 134 billingcode = billingcodes[i]