Show
Ignore:
Timestamp:
11/08/06 23:44:53 (18 years ago)
Author:
jerome
Message:

Now pkprinters reroutes CUPS print queues through PyKota or
through CUPS only when adding or deleting printers in the
database.
Fixed some display uglyness in case no entry was found.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/pkbcodes

    r2829 r3052  
    107107            billingcodes = self.storage.getMatchingBillingCodes(",".join(names)) 
    108108            if not billingcodes : 
     109                if not options["list"] : 
     110                    percent.display("\n") 
    109111                raise PyKotaCommandLineError, _("There's no billingcode matching %s") % " ".join(names) 
    110112            if not options["list"] :