Changeset 2884
- Timestamp:
- 05/11/06 16:28:12 (19 years ago)
- Location:
- pykota/trunk
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/cupspykota
r2883 r2884 579 579 os.environ["PYKOTAPRINTERMAXJOBSIZE"] = str(self.Printer.MaxJobSize or _("Unlimited")) 580 580 os.environ["PYKOTAPRINTERPASSTHROUGHMODE"] = (self.Printer.PassThrough and _("ON")) or _("OFF") 581 os.environ["PYKOTAPRICEPERPAGE"] = str(self.Printer.PricePerPage or 0) 582 os.environ["PYKOTAPRICEPERJOB"] = str(self.Printer.PricePerJob or 0) 581 583 self.logdebug("Environment updated.") 582 584 -
pykota/trunk/conf/pykota.conf.sample
r2882 r2884 900 900 # PYKOTAPRINTERPASSTHROUGHMODE : the printer's passthrough mode 901 901 # PYKOTAPRINTERMAXJOBSIZE : the printer's maximal job size 902 # PYKOTAPRICEPERJOB : the printer's price per job 903 # PYKOTAPRICEPERPAGE : the printer's price per page 902 904 # 903 905