Show
Ignore:
Timestamp:
06/01/05 10:05:34 (19 years ago)
Author:
jerome
Message:

A positive or negative offset can be added to the special keywords in dumpykota's date filtering options

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/pykota/storages/ldapstorage.py

    r2266 r2276  
    13401340        startdate = extractonly.get("start") 
    13411341        enddate = extractonly.get("end") 
    1342         for limit in ("start", "end") : 
    1343             try : 
    1344                 del extractonly[limit] 
    1345             except KeyError :     
    1346                 pass 
    13471342        (startdate, enddate) = self.cleanDates(startdate, enddate) 
    13481343        entries = self.retrieveHistory(user, printer, hostname=extractonly.get("hostname"), billingcode=extractonly.get("billingcode"), limit=None, start=startdate, end=enddate)