Changeset 2687
- Timestamp:
- 02/12/06 15:18:40 (19 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/cupspykota
r2642 r2687 1031 1031 # no need to update the quota for the current user on this printer 1032 1032 self.printInfo(_("User %s's quota on printer %s won't be modified") % (self.UserName, self.PrinterName)) 1033 self.JobPrice = self.UserPQuota.computeJobPrice(self.JobSize)1033 self.JobPrice = 0.0 1034 1034 else : 1035 1035 # update the quota for the current user on this printer