Changeset 3056 for pykota/trunk/cgi-bin

Show
Ignore:
Timestamp:
11/13/06 23:24:01 (17 years ago)
Author:
jerome
Message:

The code to refund jobs is there and works (at least with PostgreSQL).
Only the pkrefund command line tool (and CGI script ?) is missing.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/cgi-bin/printquota.cgi

    r3055 r3056  
    210210                    billingcode = None 
    211211                self.report = ["<h2>%s</h2>" % _("History")]     
    212                 history = self.storage.retrieveHistory(user, printer, hostname, billingcode, end=datelimit) 
     212                history = self.storage.retrieveHistory(user=user, printer=printer, hostname=hostname, billingcode=billingcode, end=datelimit) 
    213213                if not history : 
    214214                    self.report.append("<h3>%s</h3>" % _("Empty"))