Ignore:
Timestamp:
21 Nov 2018, 08:06:54 (6 years ago)
Author:
Henrik Bettermann
Message:

7 days expiration time span in Uniben

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.uniben/trunk/src/waeup/uniben/hostels/browser.py

    r13324 r15249  
    4141        msg = "'All expired bed space allocations will be annulled. " + \
    4242              "Are you sure? \\n\\n" + \
    43               "Bed space allocation expires four (4) days after accommodation " + \
     43              "Bed space allocation expires four (7) days after accommodation " + \
    4444              "booking if maintenance fee is not paid.'"
    4545        return "return window.confirm(%s);" % msg
     
    5151
    5252    def update(self):
    53         super(CustomReleaseExpiredAllocationsPage, self).update(4)
     53        super(CustomReleaseExpiredAllocationsPage, self).update(7)
    5454        return
Note: See TracChangeset for help on using the changeset viewer.