Changeset 0d616e in indico


Ignore:
Timestamp:
05/16/11 15:58:44 (2 years ago)
Author:
Pedro Ferreira <jose.pedro.ferreira@…>
Branches:
master, burotel, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, d9941f8582b36b24821a11ea5ba16fda6a457fb1
Children:
d51a8b
Parents:
064019
git-author:
Pedro Ferreira <jose.pedro.ferreira@…> (05/16/11 15:58:07)
git-committer:
Pedro Ferreira <jose.pedro.ferreira@…> (05/16/11 15:58:44)
Message:

[FIX] Don't export rejected reservations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • indico/htdocs/scripts/exportReservations.py

    r8b1893 r0d616e  
    103103    resvEx = Factory.newReservation() 
    104104    resvEx.isCancelled = False 
     105    resvEx.isRejected = False 
    105106    resvEx.startDT = datetime(sd.year, sd.month, sd.day, 0, 0) 
    106107    resvEx.endDT = datetime(ed.year, ed.month, ed.day, 23, 59) 
Note: See TracChangeset for help on using the changeset viewer.