diff --git a/CHANGELOG.md b/CHANGELOG.md index c53a8b922..73ebe433a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ - Fix a bug: in profile_complete form, the user's group is not selected by default - Fix a bug: missing asterisks on some required fields in profile_complete form - Fix a bug: public calendar won't show anything if the current date range include a reserved space availability (#151) +- Fix a bug: invoices list is not shown by default in "manage invoices" section - Fix a security issue: fixed [CVE-2015-9284](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-9284) - [TODO DEPLOY] **IMPORTANT** Please read [postgres_upgrade.md](doc/postgres_upgrade.md) for instructions on upgrading PostgreSQL. - [TODO DEPLOY] `rake db:migrate` diff --git a/app/assets/templates/admin/invoices/index.html.erb b/app/assets/templates/admin/invoices/index.html.erb index 8b540aeaa..0d1546452 100644 --- a/app/assets/templates/admin/invoices/index.html.erb +++ b/app/assets/templates/admin/invoices/index.html.erb @@ -24,7 +24,7 @@