mirror of
https://github.com/internetee/registry.git
synced 2025-08-01 23:42:04 +02:00
Add feature to specify days to allow renew before expiration #2610
This commit is contained in:
parent
315a5a4aae
commit
7afca86c0e
5 changed files with 53 additions and 2 deletions
|
@ -31,6 +31,7 @@ if con.present? && con.table_exists?('settings')
|
|||
Setting.save_default(:invoice_number_min, '131050')
|
||||
Setting.save_default(:invoice_number_max, '149999')
|
||||
Setting.save_default(:days_to_keep_overdue_invoices_active, 30)
|
||||
Setting.save_default(:days_to_renew_domain_before_expire, 90)
|
||||
end
|
||||
|
||||
# dev only setting
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue