Registered @settings in the plugin. #1139

This commit is contained in:
Eric Davis
2008-05-20 17:04:27 -07:00
parent ceee191244
commit 67dc53bdca
2 changed files with 2 additions and 2 deletions

View File

@@ -13,6 +13,6 @@ class DeliverablesController < ApplicationController
end
def get_settings
# @settings = Setting.plugin_budget_plugin
@settings = Setting.plugin_budget_plugin
end
end

View File

@@ -8,7 +8,7 @@ Redmine::Plugin.register :budget_plugin do
description 'This is a budget plugin to track deliverables and budgets on a project'
version '0.0.0'
settings:default => {
settings :default => {
'budget_nonbillable_overhead' => '',
'budget_materials' => '',
'budget_profit' => ''