Renamed the settings view so it will not conflict with others. #1700

This commit is contained in:
Eric Davis
2009-01-02 21:19:31 -08:00
parent fb24bbf546
commit 88026a1049
2 changed files with 1 additions and 1 deletions

View File

@@ -20,7 +20,7 @@ Redmine::Plugin.register :budget_plugin do
'budget_nonbillable_overhead' => '',
'budget_materials' => '',
'budget_profit' => ''
}, :partial => 'settings/settings'
}, :partial => 'settings/budget_settings'
project_module :budget_module do