Changeset 2632

Show
Ignore:
Timestamp:
01/26/06 16:27:57 (18 years ago)
Author:
jerome
Message:

If the end user cancels the print job for some reason, report this in the PYKOTASTATUS environment variable.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/cupspykota

    r2631 r2632  
    316316                self.Action = action 
    317317                self.Reason = _("Print job cancelled.") 
     318                os.environ["PYKOTASTATUS"] = "CANCELLED" 
    318319            if username : 
    319320                self.UserName = username