Changeset 3057
- Timestamp:
- 11/13/06 23:28:13 (18 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/pykota/storage.py
r3056 r3057 484 484 def refund(self) : 485 485 """Refund a particular print job.""" 486 if (not self.JobSize) or (self.JobAction in ("DENY", " REFUND")) :486 if (not self.JobSize) or (self.JobAction in ("DENY", "CANCEL", "REFUND")) : 487 487 return 488 488 self.parent.beginTransaction()