Changeset 3050 for pykota/trunk/cgi-bin
- Timestamp:
- 11/08/06 22:43:38 (18 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/cgi-bin/printquota.cgi
r2953 r3050 241 241 else : 242 242 billingcode_url = None 243 curdate = DateTime.ISO.ParseDateTime(str(job.JobDate) )243 curdate = DateTime.ISO.ParseDateTime(str(job.JobDate)[:19]) 244 244 self.report.append('<tr class="%s">%s</tr>' % \ 245 245 (oddevenclass, \