Changeset 2769
- Timestamp:
- 03/01/06 10:50:37 (19 years ago)
- Location:
- pykota/trunk/bin
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/pkbcodes
r2768 r2769 135 135 if oldbillingcode is not None : 136 136 if skipexisting : 137 self. printInfo(_("Billing code [%s] already exists, skipping.") % bname)137 self.logdebug(_("Billing code [%s] already exists, skipping.") % bname) 138 138 else : 139 self. printInfo(_("Billing code [%s] already exists, will be modified.") % bname)139 self.logdebug(_("Billing code [%s] already exists, will be modified.") % bname) 140 140 self.modifyBillingCode(oldbillingcode, reset, description) 141 141 oldbillingcode.save() -
pykota/trunk/bin/pkprinters
r2768 r2769 227 227 if oldprinter is not None : 228 228 if skipexisting : 229 self. printInfo(_("Printer %s already exists, skipping.") % pname)229 self.logdebug(_("Printer %s already exists, skipping.") % pname) 230 230 else : 231 self. printInfo(_("Printer %s already exists, will be modified.") % pname)231 self.logdebug(_("Printer %s already exists, will be modified.") % pname) 232 232 self.modifyPrinter(oldprinter, charges, \ 233 233 perpage, perjob, description, \