Merge pull request #6727 from tchak/fix-approximative_expiration_date-again

Désactivation temporaire de l'expiration des dossiers
This commit is contained in:
Pierre de La Morinerie 2021-12-07 13:09:59 +01:00 committed by GitHub
commit 951f974478
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -564,8 +564,7 @@ class Dossier < ApplicationRecord
end
def close_to_expiration?
return false if en_instruction?
approximative_expiration_date < Time.zone.now
return false
end
def expiration_date