Add configurable invoice due date #2775

This commit is contained in:
Martin Lensment 2015-07-27 18:08:13 +03:00
parent 48af3e77cd
commit 95a73327db
9 changed files with 18 additions and 11 deletions

View file

@ -53,6 +53,7 @@ class Admin::SettingsController < AdminController
:transfer_wait_time,
:invoice_number_min,
:invoice_number_max,
:days_to_keep_invoices_active,
:days_to_keep_overdue_invoices_active,
:days_to_renew_domain_before_expire,
:expire_warning_period,