Revert "Merge pull request #6727 from tchak/fix-approximative_expiration_date-again"
This reverts commit951f974478
, reversing changes made toc95a67d970
.
This commit is contained in:
parent
951f974478
commit
436569b08c
1 changed files with 2 additions and 1 deletions
|
@ -564,7 +564,8 @@ class Dossier < ApplicationRecord
|
|||
end
|
||||
|
||||
def close_to_expiration?
|
||||
return false
|
||||
return false if en_instruction?
|
||||
approximative_expiration_date < Time.zone.now
|
||||
end
|
||||
|
||||
def expiration_date
|
||||
|
|
Loading…
Reference in a new issue