Show
Ignore:
Timestamp:
03/01/04 16:06:51 (20 years ago)
Author:
jalet
Message:

Pre and Post hooks should now work in the pykota filter too.
The pykota filter doesn't check the last user's quota anymore
when delayed hardware accounting is used : this will be checked
anyway the next time the last user will print

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/pykota/storage.py

    r1368 r1376  
    2222# 
    2323# $Log$ 
     24# Revision 1.49  2004/03/01 15:06:51  jalet 
     25# Pre and Post hooks should now work in the pykota filter too. 
     26# The pykota filter doesn't check the last user's quota anymore 
     27# when delayed hardware accounting is used : this will be checked 
     28# anyway the next time the last user will print 
     29# 
    2430# Revision 1.48  2004/02/27 13:50:12  jalet 
    2531# Hopefully the final fix for groups (users and printers) 
     
    474480        self.JobSize = jobsize 
    475481        self.JobPrice = jobprice 
     482        return jobprice 
    476483         
    477484class BaseStorage :