diff options
author | Francis Irving <francis@mysociety.org> | 2009-12-10 16:48:44 +0000 |
---|---|---|
committer | Francis Irving <francis@mysociety.org> | 2009-12-10 16:48:44 +0000 |
commit | 9c44202e760f1dc55735bfdac9c5cfba772e29b0 (patch) | |
tree | 10e7186dfdd36566b166f68006ac6cff17b59bff | |
parent | 0c799203188703300d27c355f2a0c597cd498507 (diff) |
working_days_20_overdue? no longer used now have very overdue state
-rw-r--r-- | app/models/info_request.rb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/app/models/info_request.rb b/app/models/info_request.rb index 0d55de8b4..ca5a79b65 100644 --- a/app/models/info_request.rb +++ b/app/models/info_request.rb @@ -596,12 +596,6 @@ public return Holiday.due_date_from(self.date_initial_request_last_sent_at, 40) end - - # Are we more than 20 working days overdue? - def working_days_20_overdue? - return Holiday.due_date_from(date_response_required_by.to_date, 20) <= Time.now.to_date - end - # Where the initial request is sent to def recipient_email return self.public_body.request_email |